mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-30 09:46:48 +00:00
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:
parent
cda88623d0
commit
d5edafd28a
@ -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")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user