diff options
author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2012-02-23 22:17:07 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2012-02-23 22:18:34 +0100 |
commit | d5edafd28ab762b1b5f663aec449d3e3743f1184 (patch) | |
tree | 0e2e5ce2c47ec6edf48e460522c25229567ae751 | |
parent | cda88623d0754aeeda005ddc048dd113d279845b (diff) | |
download | spice-protocol-d5edafd28ab762b1b5f663aec449d3e3743f1184.tar.gz spice-protocol-d5edafd28ab762b1b5f663aec449d3e3743f1184.tar.xz spice-protocol-d5edafd28ab762b1b5f663aec449d3e3743f1184.zip |
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.
-rw-r--r-- | spice/foreign_menu_prot.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <spice/types.h> #include <spice/start-packed.h> #define FOREIGN_MENU_MAGIC (*(uint32_t*)"FRGM") |