diff options
Diffstat (limited to 'util/hexdump.c')
-rw-r--r-- | util/hexdump.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/hexdump.c b/util/hexdump.c index 969b3406c0..1d9c12967b 100644 --- a/util/hexdump.c +++ b/util/hexdump.c @@ -13,6 +13,7 @@ * GNU GPL, version 2 or (at your option) any later version. */ +#include "qemu/osdep.h" #include "qemu-common.h" void qemu_hexdump(const char *buf, FILE *fp, const char *prefix, size_t size) |