From: Richard Jones Date: Mon, 22 Mar 2010 10:29:18 +0000 (+0000) Subject: guestfs.h: Include . X-Git-Tag: 1.0.87~5 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=e5fa90a795ab632918081195c356aa4c02ab61cd guestfs.h: Include . This allows programs to work if they just #include and no other headers. It's not useful in the general case, but fixes some configure-time tests, particularly the one for Ruby on OS X. --- diff --git a/src/guestfs.h b/src/guestfs.h index 1a09fe8..b43cd8b 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