提交 87396257 编写于 作者: J Jim Meyering

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>
上级 4c6bef2a
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.
......
......@@ -21,6 +21,7 @@
* Author: Daniel P. Berrange <berrange@redhat.com>
*/
#include "config.h"
#include <stdlib.h>
#include <string.h>
......
......@@ -8,6 +8,8 @@
* Daniel Veillard <veillard@redhat.com>
*/
#include "config.h"
#include "libvirt/libvirt.h"
#include <stdio.h>
......
......@@ -18,6 +18,8 @@
* Daniel Veillard <veillard@redhat.com>
*/
#include "config.h"
#include <string.h>
#include <stdlib.h>
#include <libxml/threads.h>
......
......@@ -21,6 +21,8 @@
* Author: Daniel P. Berrange <berrange@redhat.com>
*/
#include "config.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
......
......@@ -27,6 +27,8 @@
#ifdef WITH_OPENVZ
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
......
......@@ -8,6 +8,8 @@
* Daniel Veillard <veillard@redhat.com>
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
......
......@@ -8,6 +8,8 @@
* Author: Daniel Veillard <veillard@redhat.com>
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
......
......@@ -8,6 +8,8 @@
* Anthony Liguori <aliguori@us.ibm.com>
*/
#include "config.h"
#include "xmlrpc.h"
#include "internal.h"
......
......@@ -9,6 +9,8 @@
*/
#ifdef WITH_XEN
#include "config.h"
#include <stdio.h>
#include <string.h>
#include <unistd.h>
......
#include "config.h"
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
......
......@@ -10,6 +10,8 @@
* $Id$
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册