summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-12-07 10:08:06 +0000
committerJim Meyering <meyering@redhat.com>2007-12-07 10:08:06 +0000
commite4ad2aee2906b37d29ae87d5ba27973ae0684d80 (patch)
treeac736cf7599bd379ed49f6ef110731d1e24db70c
parent205dd748b9917dda70212aff0d296389e378f21a (diff)
downloadlibvirt-python-split-e4ad2aee2906b37d29ae87d5ba27973ae0684d80.tar.gz
libvirt-python-split-e4ad2aee2906b37d29ae87d5ba27973ae0684d80.tar.xz
libvirt-python-split-e4ad2aee2906b37d29ae87d5ba27973ae0684d80.zip
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.
-rw-r--r--libvir.c4
-rw-r--r--types.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/libvir.c b/libvir.c
index 91f3acc..0edec41 100644
--- a/libvir.c
+++ b/libvir.c
@@ -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"
diff --git a/types.c b/types.c
index cc0f2b1..146bb24 100644
--- a/types.c
+++ b/types.c
@@ -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 *