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

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