diff options
-rw-r--r-- | check-qstring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check-qstring.c b/check-qstring.c index 681bb68a1f..addad6c673 100644 --- a/check-qstring.c +++ b/check-qstring.c @@ -9,7 +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 <check.h> +#include <glib.h> #include "qstring.h" #include "qemu-common.h" |