summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2011-04-11 12:44:10 +0200
committerAlon Levy <alevy@redhat.com>2011-07-18 11:20:07 +0300
commit15452bfcd477a015ba358a42cf6e10206a3efe7a (patch)
tree4526a7dac7c0f79e716f528930fb729415937903
parentf343634fddb3a613493719502751aa8fa9236732 (diff)
controller: add missing spice/types include
-rw-r--r--spice/controller_prot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/spice/controller_prot.h b/spice/controller_prot.h
index 38329c5..697baa0 100644
--- a/spice/controller_prot.h
+++ b/spice/controller_prot.h
@@ -18,6 +18,8 @@
#ifndef _H_CONTROLLER_PROT
#define _H_CONTROLLER_PROT
+#include <spice/types.h>
+
#define CONTROLLER_MAGIC (*(uint32_t*)"CTRL")
#define CONTROLLER_VERSION 1