always include <config.h>
authorJim Meyering <meyering@redhat.com>
Mon, 3 Aug 2009 09:33:35 +0000 (05:33 -0400)
committerJim Meyering <meyering@redhat.com>
Mon, 3 Aug 2009 13:14:30 +0000 (15:14 +0200)
* ocaml/guestfs_c.c: Include <config.h>.
* examples/to-xml.c: Likewise.
* examples/hello.c: Likewise.

capitests/test-command.c
examples/hello.c
examples/to-xml.c
ocaml/guestfs_c.c

index 1e29ee9..d451ebe 100644 (file)
@@ -20,6 +20,7 @@
  * guestfs_command and guestfs_command_lines functions.
  */
 
  * guestfs_command and guestfs_command_lines functions.
  */
 
+#include <config.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index a4cc43d..a8649f3 100644 (file)
@@ -4,6 +4,7 @@
  *   hello guest.img /dev/VolGroup00/LogVol00
  */
 
  *   hello guest.img /dev/VolGroup00/LogVol00
  */
 
+#include <config.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
index d6422e0..5b75244 100644 (file)
@@ -7,6 +7,7 @@
  *   to-xml guest.img [guest.img ...]
  */
 
  *   to-xml guest.img [guest.img ...]
  */
 
+#include <config.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index 43a85b8..f983696 100644 (file)
@@ -16,6 +16,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include <config.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>