build: remove trailing blanks, enable syntax-check
[libguestfs.git] / examples / hello.c
index a8649f3..1c12f8e 100644 (file)
@@ -4,7 +4,9 @@
  *   hello guest.img /dev/VolGroup00/LogVol00
  */
 
-#include <config.h>
+#if HAVE_CONFIG_H
+# include <config.h>
+#endif
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>