diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-07-08 15:44:15 +0200 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2012-03-20 15:25:48 +0100 |
commit | a09be53ea82e238183b117641d99ab3f89248bd0 (patch) | |
tree | 03715cf3ddd523a7582874b06034c06ce5c30618 /python_modules/demarshal.py | |
parent | 74f9cd9f731f33c8c435fafcf3bada7ef0661470 (diff) | |
download | spice-protocol-a09be53ea82e238183b117641d99ab3f89248bd0.tar.gz spice-protocol-a09be53ea82e238183b117641d99ab3f89248bd0.tar.xz spice-protocol-a09be53ea82e238183b117641d99ab3f89248bd0.zip |
Fix inclusion of common files, no need for common/ part
Diffstat (limited to 'python_modules/demarshal.py')
-rw-r--r-- | python_modules/demarshal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python_modules/demarshal.py b/python_modules/demarshal.py index e8afabb..96aa146 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)") |