controller: add missing spice/types include

This commit is contained in:
Marc-André Lureau 2011-04-11 12:44:10 +02:00 committed by Marc-André Lureau
parent db3961d831
commit 2ffbca2100

View File

@ -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