qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] check-qstring: remove check.h include


From: Anthony Liguori
Subject: [Qemu-devel] [PATCH] check-qstring: remove check.h include
Date: Thu, 12 Jan 2012 11:34:25 -0600

Reported-by: Peter Maydell <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]