summaryrefslogtreecommitdiffstats
path: root/capitests/test-command.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-08-03 05:33:35 -0400
committerJim Meyering <meyering@redhat.com>2009-08-03 15:14:30 +0200
commit3572996364d9d24406241dee5155048440053ecf (patch)
treeefcf778bdb9375c347d1a0c376b0a3027d4d81df /capitests/test-command.c
parentd39310d10894808580f7c0cfb425083f55685e12 (diff)
downloadlibguestfs-3572996364d9d24406241dee5155048440053ecf.tar.gz
libguestfs-3572996364d9d24406241dee5155048440053ecf.tar.xz
libguestfs-3572996364d9d24406241dee5155048440053ecf.zip
always include <config.h>
* ocaml/guestfs_c.c: Include <config.h>. * examples/to-xml.c: Likewise. * examples/hello.c: Likewise.
Diffstat (limited to 'capitests/test-command.c')
-rw-r--r--capitests/test-command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/capitests/test-command.c b/capitests/test-command.c
index 1e29ee91..d451ebe6 100644
--- a/capitests/test-command.c
+++ b/capitests/test-command.c
@@ -20,6 +20,7 @@
* guestfs_command and guestfs_command_lines functions.
*/
+#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>