[Spice-commits] spice/controller_prot.h
Marc-André Lureau
elmarco at kemper.freedesktop.org
Mon Apr 11 03:44:43 PDT 2011
spice/controller_prot.h | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 2ffbca210033be262fc75e6a73742e0f0e6d5242
Author: Marc-André Lureau <marcandre.lureau at redhat.com>
Date: Mon Apr 11 12:44:10 2011 +0200
controller: add missing spice/types include
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
More information about the Spice-commits
mailing list