Include "config.h" in remaining non-generated files.

* proxy/libvirt_proxy.c: Likewise.
* python/libvir.c: Likewise.
* python/types.c: Likewise.
* src/event.c: Likewise.
* src/xm_internal.c: Likewise.
* tests/reconnect.c: Likewise.
* tests/testutils.c: Likewise.
This commit is contained in:
Jim Meyering 2007-12-07 10:08:06 +00:00
parent a56281c0a8
commit 4a2f8fc633
8 changed files with 27 additions and 3 deletions

View File

@ -1,3 +1,14 @@
Fri Dec 7 11:06:58 CET 2007 Jim Meyering <meyering@redhat.com>
Include "config.h" in remaining non-generated files.
* proxy/libvirt_proxy.c: Likewise.
* python/libvir.c: Likewise.
* python/types.c: Likewise.
* src/event.c: Likewise.
* src/xm_internal.c: Likewise.
* tests/reconnect.c: Likewise.
* tests/testutils.c: Likewise.
Fri Dec 7 09:39:41 CET 2007 Daniel Veillard <veillard@redhat.com>
* python/generator.py python/libvir.c python/libvirt-python-api.xml:

View File

@ -2,13 +2,15 @@
* proxy_svr.c: root suid proxy server for Xen access to APIs with no
* side effects from unauthenticated clients.
*
* Copyright (C) 2006 Red Hat, Inc.
* Copyright (C) 2006, 2007 Red Hat, Inc.
*
* See COPYING.LIB for the License of this software
*
* Daniel Veillard <veillard@redhat.com>
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>

View File

@ -4,11 +4,13 @@
* entry points where an automatically generated stub is
* unpractical
*
* Copyright (C) 2005 Red Hat, Inc.
* Copyright (C) 2005, 2007 Red Hat, Inc.
*
* Daniel Veillard <veillard@redhat.com>
*/
#include "config.h"
#include <Python.h>
#include "libvirt/libvirt.h"
#include "libvirt/virterror.h"

View File

@ -2,11 +2,13 @@
* types.c: converter functions between the internal representation
* and the Python objects
*
* Copyright (C) 2005 Red Hat, Inc.
* Copyright (C) 2005, 2007 Red Hat, Inc.
*
* Daniel Veillard <veillard@redhat.com>
*/
#include "config.h"
#include "libvirt_wrap.h"
PyObject *

View File

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

View File

@ -23,6 +23,8 @@
*/
#ifdef WITH_XEN
#include "config.h"
#include <dirent.h>
#include <time.h>
#include <sys/stat.h>

View File

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

View File

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