summaryrefslogtreecommitdiffstats
path: root/python_modules
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-07-08 15:44:15 +0200
committerAlexander Larsson <alexl@redhat.com>2010-07-08 15:44:15 +0200
commit9cc15825615be5f2bb96b21a9e3c6994f6725cd1 (patch)
treee3c062f10ba5b14bddb32b60b86b7e7402abec72 /python_modules
parent4f54596e0113c0692c10cfc1c25400c8070d67b3 (diff)
downloadspice-9cc15825615be5f2bb96b21a9e3c6994f6725cd1.tar.gz
spice-9cc15825615be5f2bb96b21a9e3c6994f6725cd1.tar.xz
spice-9cc15825615be5f2bb96b21a9e3c6994f6725cd1.zip
Fix inclusion of common files, no need for common/ part
Diffstat (limited to 'python_modules')
-rw-r--r--python_modules/demarshal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python_modules/demarshal.py b/python_modules/demarshal.py
index e8afabb2..96aa1461 100644
--- a/python_modules/demarshal.py
+++ b/python_modules/demarshal.py
@@ -1169,7 +1169,7 @@ def write_includes(writer):
writer.writeln("#include <stdio.h>")
writer.writeln("#include <spice/protocol.h>")
writer.writeln("#include <spice/macros.h>")
- writer.writeln("#include <common/mem.h>")
+ writer.writeln('#include "mem.h"')
writer.newline()
writer.writeln("#ifdef _MSC_VER")
writer.writeln("#pragma warning(disable:4101)")