diff options
Diffstat (limited to 'generator.py')
-rwxr-xr-x | generator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generator.py b/generator.py index 497f3b4..3345ac8 100755 --- a/generator.py +++ b/generator.py @@ -480,7 +480,7 @@ def buildStubs(): wrapper = open("libvirt-py.c", "w") wrapper.write("/* Generated */\n\n") wrapper.write("#include <Python.h>\n") - wrapper.write("#include <libvirt.h>\n") + wrapper.write("#include <libvirt/libvirt.h>\n") wrapper.write("#include \"libvirt_wrap.h\"\n") wrapper.write("#include \"libvirt-py.h\"\n\n") for function in functions.keys(): |