diff options
| author | Jim Meyering <meyering@redhat.com> | 2007-12-07 10:08:06 +0000 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2007-12-07 10:08:06 +0000 |
| commit | e4ad2aee2906b37d29ae87d5ba27973ae0684d80 (patch) | |
| tree | ac736cf7599bd379ed49f6ef110731d1e24db70c | |
| parent | 205dd748b9917dda70212aff0d296389e378f21a (diff) | |
| download | libvirt-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.c | 4 | ||||
| -rw-r--r-- | types.c | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -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" @@ -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 * |
