X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=examples%2Fhello.c;h=1c12f8ea89f54db6df2e85d703dbe7fb3ec62157;hp=a8649f371b353e0baf4927f7c75dfcec62c5d133;hb=8ae7e1057f43e9b79260cdf191f39d657fdf0293;hpb=3572996364d9d24406241dee5155048440053ecf diff --git a/examples/hello.c b/examples/hello.c index a8649f3..1c12f8e 100644 --- a/examples/hello.c +++ b/examples/hello.c @@ -4,7 +4,9 @@ * hello guest.img /dev/VolGroup00/LogVol00 */ -#include +#if HAVE_CONFIG_H +# include +#endif #include #include #include