summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2011-04-11 12:44:10 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2011-04-11 12:44:28 +0200
commit2ffbca210033be262fc75e6a73742e0f0e6d5242 (patch)
tree53cefb1e89c5f76240133f27fe938d6db2116387
parentdb3961d831b5259db95313988980d2c47d7076b3 (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