From: Jim Meyering Date: Mon, 3 Aug 2009 09:33:35 +0000 (-0400) Subject: always include X-Git-Tag: 1.0.66~38 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=3572996364d9d24406241dee5155048440053ecf always include * ocaml/guestfs_c.c: Include . * examples/to-xml.c: Likewise. * examples/hello.c: Likewise. --- diff --git a/capitests/test-command.c b/capitests/test-command.c index 1e29ee9..d451ebe 100644 --- a/capitests/test-command.c +++ b/capitests/test-command.c @@ -20,6 +20,7 @@ * guestfs_command and guestfs_command_lines functions. */ +#include #include #include #include diff --git a/examples/hello.c b/examples/hello.c index a4cc43d..a8649f3 100644 --- a/examples/hello.c +++ b/examples/hello.c @@ -4,6 +4,7 @@ * hello guest.img /dev/VolGroup00/LogVol00 */ +#include #include #include #include diff --git a/examples/to-xml.c b/examples/to-xml.c index d6422e0..5b75244 100644 --- a/examples/to-xml.c +++ b/examples/to-xml.c @@ -7,6 +7,7 @@ * to-xml guest.img [guest.img ...] */ +#include #include #include #include diff --git a/ocaml/guestfs_c.c b/ocaml/guestfs_c.c index 43a85b8..f983696 100644 --- a/ocaml/guestfs_c.c +++ b/ocaml/guestfs_c.c @@ -16,6 +16,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include #include #include #include