From: Richard Jones Date: Sun, 21 Mar 2010 17:49:49 +0000 (+0000) Subject: Mac OS X: include before X-Git-Tag: 1.0.87~13 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=b2070ae3d797a32a8227c6b9231efa249c94d330 Mac OS X: include before In PortableXDR this is not included automatically so we have to include it explicitly to get definitions for the XDR types. --- diff --git a/src/guestfs.h b/src/guestfs.h index 5b8ad09..1a09fe8 100644 --- a/src/guestfs.h +++ b/src/guestfs.h @@ -62,6 +62,7 @@ extern void guestfs_set_subprocess_quit_callback (guestfs_h *g, guestfs_subproce extern void guestfs_set_launch_done_callback (guestfs_h *g, guestfs_launch_done_cb cb, void *opaque); /*--- Structures and actions ---*/ +#include #include #include #include