* [Qemu-devel] [PATCH] check-qstring: remove check.h include
@ 2012-01-12 17:34 Anthony Liguori
0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2012-01-12 17:34 UTC (permalink / raw)
To: qemu-devel; +Cc: Anthony Liguori
Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
---
check-qstring.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/check-qstring.c b/check-qstring.c
index 681bb68..addad6c 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"
--
1.7.4.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-01-12 17:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-12 17:34 [Qemu-devel] [PATCH] check-qstring: remove check.h include Anthony Liguori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).