diff options
Diffstat (limited to 'include/exec/hwaddr.h')
-rw-r--r-- | include/exec/hwaddr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/exec/hwaddr.h b/include/exec/hwaddr.h index c9eb78fba1..bb41588b9d 100644 --- a/include/exec/hwaddr.h +++ b/include/exec/hwaddr.h @@ -3,6 +3,8 @@ #ifndef HWADDR_H #define HWADDR_H +#include <inttypes.h> + #define HWADDR_BITS 64 /* hwaddr is the type of a physical address (its size can be different from 'target_ulong'). */ |