diff options
author | 2007-12-05 21:40:15 +0000 | |
---|---|---|
committer | 2007-12-05 21:40:15 +0000 | |
commit | 87396257fc1cb852e103a5a0947e824504b800cb (patch) | |
tree | 03f8225f0ce40b9f589be0402e1343bd44956501 /tests/conftest.c | |
parent | Add all of the files pulled in by running ./bootstrap. (diff) | |
download | libvirt-87396257fc1cb852e103a5a0947e824504b800cb.tar.gz libvirt-87396257fc1cb852e103a5a0947e824504b800cb.tar.bz2 libvirt-87396257fc1cb852e103a5a0947e824504b800cb.zip |
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>
Diffstat (limited to 'tests/conftest.c')
-rw-r--r-- | tests/conftest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/conftest.c b/tests/conftest.c index 9c8e3a695..abb68fdc2 100644 --- a/tests/conftest.c +++ b/tests/conftest.c @@ -1,3 +1,5 @@ +#include "config.h" + #include <unistd.h> #include <stdlib.h> #include <stdio.h> |