diff options
Diffstat (limited to 'qemu/tests/libqos/malloc-generic.c')
-rw-r--r-- | qemu/tests/libqos/malloc-generic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu/tests/libqos/malloc-generic.c b/qemu/tests/libqos/malloc-generic.c index d30a2f424..6000df2b8 100644 --- a/qemu/tests/libqos/malloc-generic.c +++ b/qemu/tests/libqos/malloc-generic.c @@ -7,6 +7,7 @@ * See the COPYING file in the top-level directory. */ +#include "qemu/osdep.h" #include <glib.h> #include "libqos/malloc-generic.h" #include "libqos/malloc.h" |