From d5edafd28ab762b1b5f663aec449d3e3743f1184 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Thu, 23 Feb 2012 22:17:07 +0100 Subject: 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. --- spice/foreign_menu_prot.h | 1 + 1 file changed, 1 insertion(+) diff --git a/spice/foreign_menu_prot.h b/spice/foreign_menu_prot.h index 570fafb..f478e2a 100644 --- a/spice/foreign_menu_prot.h +++ b/spice/foreign_menu_prot.h @@ -18,6 +18,7 @@ #ifndef _H_FOREIGN_MENU_PROT #define _H_FOREIGN_MENU_PROT +#include #include #define FOREIGN_MENU_MAGIC (*(uint32_t*)"FRGM") -- cgit v1.2.3