From 3572996364d9d24406241dee5155048440053ecf Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 3 Aug 2009 05:33:35 -0400 Subject: [PATCH] always include * ocaml/guestfs_c.c: Include . * examples/to-xml.c: Likewise. * examples/hello.c: Likewise. --- capitests/test-command.c | 1 + examples/hello.c | 1 + examples/to-xml.c | 1 + ocaml/guestfs_c.c | 1 + 4 files changed, 4 insertions(+) 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 -- 1.8.3.1