summaryrefslogtreecommitdiffstats
path: root/libvir.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvir.c')
-rw-r--r--libvir.c4
1 files changed, 3 insertions, 1 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"