Include <stdarg.h> in public header.
[libguestfs.git] / src / guestfs.h
index 977b4c5..0f4f9fd 100644 (file)
@@ -35,6 +35,7 @@ extern "C" {
 #endif
 
 #include <stdint.h>
+#include <stdarg.h>
 
 typedef struct guestfs_h guestfs_h;