Include "config.h".

* qemud/event.c: Likewise.
* src/buf.c: Likewise.
* src/hash.c: Likewise.
* src/nodeinfo.c: Likewise.
* src/openvz_conf.c: Likewise.
* src/proxy_internal.c: Likewise.
* src/virterror.c: Likewise.
* src/xmlrpc.c: Likewise.
* src/xs_internal.c: Likewise.
* tests/conftest.c: Likewise.
* tests/xmlrpctest.c: Likewise.
This fixes a mingw build failure reported by Rich Jones.

Author: Jim Meyering <meyering@redhat.com>
This commit is contained in:
Jim Meyering 2007-12-05 21:40:15 +00:00
parent 4c6bef2a6c
commit 87396257fc
12 changed files with 37 additions and 0 deletions

View File

@ -1,3 +1,19 @@
Wed Dec 5 22:38:18 CET 2007 Jim Meyering <meyering@redhat.com>
Include "config.h".
* qemud/event.c: Likewise.
* src/buf.c: Likewise.
* src/hash.c: Likewise.
* src/nodeinfo.c: Likewise.
* src/openvz_conf.c: Likewise.
* src/proxy_internal.c: Likewise.
* src/virterror.c: Likewise.
* src/xmlrpc.c: Likewise.
* src/xs_internal.c: Likewise.
* tests/conftest.c: Likewise.
* tests/xmlrpctest.c: Likewise.
This fixes a mingw build failure reported by Rich Jones.
Wed Dec 5 22:34:27 CET 2007 Jim Meyering <meyering@redhat.com>
Add all of the files pulled in from gnulib by running ./bootstrap.

View File

@ -21,6 +21,7 @@
* Author: Daniel P. Berrange <berrange@redhat.com>
*/
#include "config.h"
#include <stdlib.h>
#include <string.h>

View File

@ -8,6 +8,8 @@
* Daniel Veillard <veillard@redhat.com>
*/
#include "config.h"
#include "libvirt/libvirt.h"
#include <stdio.h>

View File

@ -18,6 +18,8 @@
* Daniel Veillard <veillard@redhat.com>
*/
#include "config.h"
#include <string.h>
#include <stdlib.h>
#include <libxml/threads.h>

View File

@ -21,6 +21,8 @@
* Author: Daniel P. Berrange <berrange@redhat.com>
*/
#include "config.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>

View File

@ -27,6 +27,8 @@
#ifdef WITH_OPENVZ
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>

View File

@ -8,6 +8,8 @@
* Daniel Veillard <veillard@redhat.com>
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>

View File

@ -8,6 +8,8 @@
* Author: Daniel Veillard <veillard@redhat.com>
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -8,6 +8,8 @@
* Anthony Liguori <aliguori@us.ibm.com>
*/
#include "config.h"
#include "xmlrpc.h"
#include "internal.h"

View File

@ -9,6 +9,8 @@
*/
#ifdef WITH_XEN
#include "config.h"
#include <stdio.h>
#include <string.h>
#include <unistd.h>

View File

@ -1,3 +1,5 @@
#include "config.h"
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>

View File

@ -10,6 +10,8 @@
* $Id$
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>