diff options
Diffstat (limited to 'qemu/tests/check-qstring.c')
-rw-r--r-- | qemu/tests/check-qstring.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu/tests/check-qstring.c b/qemu/tests/check-qstring.c index 95dc9e3e7..9877b42c8 100644 --- a/qemu/tests/check-qstring.c +++ b/qemu/tests/check-qstring.c @@ -9,6 +9,7 @@ * This work is licensed under the terms of the GNU LGPL, version 2.1 or later. * See the COPYING.LIB file in the top-level directory. */ +#include "qemu/osdep.h" #include <glib.h> #include "qapi/qmp/qstring.h" |