always include <config.h>

* ocaml/guestfs_c.c: Include <config.h>.
* examples/to-xml.c: Likewise.
* examples/hello.c: Likewise.
This commit is contained in:
Jim Meyering
2009-08-03 05:33:35 -04:00
parent d39310d108
commit 3572996364
4 changed files with 4 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
* guestfs_command and guestfs_command_lines functions.
*/
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@@ -4,6 +4,7 @@
* hello guest.img /dev/VolGroup00/LogVol00
*/
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>

View File

@@ -7,6 +7,7 @@
* to-xml guest.img [guest.img ...]
*/
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@@ -16,6 +16,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>