build: include spice/types.h in foreign_menu_prot.h

The header uses some types only defined in stdint.h. Apparently, the
rest of the headers include types.h for that.
This commit is contained in:
Marc-André Lureau 2012-02-23 22:17:07 +01:00
parent cda88623d0
commit d5edafd28a

View File

@ -18,6 +18,7 @@
#ifndef _H_FOREIGN_MENU_PROT
#define _H_FOREIGN_MENU_PROT
#include <spice/types.h>
#include <spice/start-packed.h>
#define FOREIGN_MENU_MAGIC (*(uint32_t*)"FRGM")