From 2ffbca210033be262fc75e6a73742e0f0e6d5242 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Mon, 11 Apr 2011 12:44:10 +0200 Subject: controller: add missing spice/types include --- spice/controller_prot.h | 2 ++ 1 file changed, 2 insertions(+) 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 + #define CONTROLLER_MAGIC (*(uint32_t*)"CTRL") #define CONTROLLER_VERSION 1 -- cgit v1.2.3