diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libqos/malloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libqos/malloc.c b/tests/libqos/malloc.c index c0df52f338..793fe69c2f 100644 --- a/tests/libqos/malloc.c +++ b/tests/libqos/malloc.c @@ -13,6 +13,7 @@ #include "qemu/osdep.h" #include "libqos/malloc.h" #include "qemu-common.h" +#include "qemu/host-utils.h" #include <glib.h> typedef QTAILQ_HEAD(MemList, MemBlock) MemList; |