From: Guido Günther Date: Fri, 5 Nov 2010 12:23:11 +0000 (+0000) Subject: Include in public header. X-Git-Tag: 1.7.2~2 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=7fc338690f385c2495b7ba5f98346a5c057991ea;ds=inline Include in public header. Public headers use va_list, and this gives an error unless had been included before the header. --- diff --git a/src/guestfs.h b/src/guestfs.h index 977b4c5..0f4f9fd 100644 --- a/src/guestfs.h +++ b/src/guestfs.h @@ -35,6 +35,7 @@ extern "C" { #endif #include +#include typedef struct guestfs_h guestfs_h;