summaryrefslogtreecommitdiffstats
path: root/common/marshaller.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-07-08 13:56:01 +0200
committerAlexander Larsson <alexl@redhat.com>2010-07-08 13:56:01 +0200
commit0659fb78972b5e9d0dc90a0270ef1dd4b59042ec (patch)
tree111ff1650fc87625e60cbe1bf56daee8f7a92126 /common/marshaller.h
parent3c0329d27f692d418fa6bd0955dd5e0c242618a6 (diff)
downloadspice-0659fb78972b5e9d0dc90a0270ef1dd4b59042ec.tar.gz
spice-0659fb78972b5e9d0dc90a0270ef1dd4b59042ec.tar.xz
spice-0659fb78972b5e9d0dc90a0270ef1dd4b59042ec.zip
Move in spice/draw.h from spice-protocol to common/
Diffstat (limited to 'common/marshaller.h')
-rw-r--r--common/marshaller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/marshaller.h b/common/marshaller.h
index 51189341..ab11742c 100644
--- a/common/marshaller.h
+++ b/common/marshaller.h
@@ -20,7 +20,7 @@
#define _H_MARSHALLER
#include <spice/types.h>
-#include <spice/draw.h> /* for SpiceChunk, temporary */
+#include <common/draw.h> /* for SpiceChunk, temporary */
#ifndef WIN32
#include <sys/uio.h>
#endif