From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgXQF-0008Rf-2A for qemu-devel@nongnu.org; Thu, 06 Dec 2012 04:07:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TgXQC-0007ZK-WF for qemu-devel@nongnu.org; Thu, 06 Dec 2012 04:07:10 -0500 Received: from cantor2.suse.de ([195.135.220.15]:47510 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgXQC-0007Yu-Pu for qemu-devel@nongnu.org; Thu, 06 Dec 2012 04:07:08 -0500 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Thu, 6 Dec 2012 10:06:48 +0100 Message-Id: <1354784817-1340-5-git-send-email-afaerber@suse.de> In-Reply-To: <1354784817-1340-1-git-send-email-afaerber@suse.de> References: <1354784817-1340-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 04/13] qapi/qmp-registry.c: Include headers it needs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Eduardo Habkost , =?UTF-8?q?Andreas=20F=C3=A4rber?= From: Eduardo Habkost Include: - for g_malloc0() - for strcmp() Some of those headers were probably being included by accident because some other headers were including qemu-common.h, but those headers should eventually stop including qemu-common.h. Signed-off-by: Eduardo Habkost Signed-off-by: Andreas F=C3=A4rber --- qapi/qmp-registry.c | 2 ++ 1 Datei ge=C3=A4ndert, 2 Zeilen hinzugef=C3=BCgt(+) diff --git a/qapi/qmp-registry.c b/qapi/qmp-registry.c index 5414613..c2c31b4 100644 --- a/qapi/qmp-registry.c +++ b/qapi/qmp-registry.c @@ -12,6 +12,8 @@ * */ =20 +#include +#include #include "qapi/qmp-core.h" =20 static QTAILQ_HEAD(QmpCommandList, QmpCommand) qmp_commands =3D --=20 1.7.10.4