mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
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:
parent
4c6bef2a6c
commit
87396257fc
16
ChangeLog
16
ChangeLog
@ -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.
|
||||
|
@ -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>
|
||||
|
@ -1,3 +1,5 @@
|
||||
#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>
|
||||
|
Loading…
Reference in New Issue
Block a user