summaryrefslogtreecommitdiffstats
path: root/libvirt_wrap.h
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2006-06-26 15:02:18 +0000
committerDaniel Veillard <veillard@redhat.com>2006-06-26 15:02:18 +0000
commit908443e1f3143f460849e4b220eb29bdd56569fc (patch)
tree88420a88f3b9108fa92ecb39c030dc2cf00ead08 /libvirt_wrap.h
parent506fb7d8868efb4eb24b003b42cce14f9a0b8847 (diff)
downloadlibvirt-python-split-908443e1f3143f460849e4b220eb29bdd56569fc.tar.gz
libvirt-python-split-908443e1f3143f460849e4b220eb29bdd56569fc.tar.xz
libvirt-python-split-908443e1f3143f460849e4b220eb29bdd56569fc.zip
* configure.in libvirt.spec.in docs/examples/* include/Makefile.am
include/libvirt/virterror.h python/generator.py python/libvir.c python/libvirt_wrap.h src/driver.h src/internal.h src/test.h src/virsh.c src/virterror.c src/xend_internal.c src/xend_internal.h src/xml.c src/xml.h: moved the includes from include/ to include/libvirt to reflect the installed include tree. This avoid using "" in the includes themselves. Daniel
Diffstat (limited to 'libvirt_wrap.h')
-rw-r--r--libvirt_wrap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvirt_wrap.h b/libvirt_wrap.h
index 29b27ee..e745215 100644
--- a/libvirt_wrap.h
+++ b/libvirt_wrap.h
@@ -7,8 +7,8 @@
*/
#include <Python.h>
-#include <libvirt.h>
-#include <virterror.h>
+#include <libvirt/libvirt.h>
+#include <libvirt/virterror.h>
#ifdef __GNUC__
#ifdef ATTRIBUTE_UNUSED