From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ukd2C-0006Qg-J5 for qemu-devel@nongnu.org; Thu, 06 Jun 2013 12:27:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ukd2B-00073V-0l for qemu-devel@nongnu.org; Thu, 06 Jun 2013 12:27:32 -0400 Received: from oxygen.pond.sub.org ([2a01:4f8:121:10e4::3]:41760) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ukd2A-00072a-Q9 for qemu-devel@nongnu.org; Thu, 06 Jun 2013 12:27:30 -0400 From: Markus Armbruster Date: Thu, 6 Jun 2013 18:27:21 +0200 Message-Id: <1370536046-15125-3-git-send-email-armbru@redhat.com> In-Reply-To: <1370536046-15125-1-git-send-email-armbru@redhat.com> References: <1370536046-15125-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 2/7] log.h: Supply missing includes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com has always been missing. Rest missed in commit eeacee4. Signed-off-by: Markus Armbruster --- include/qemu/log.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/qemu/log.h b/include/qemu/log.h index 6b0db02..fd76f91 100644 --- a/include/qemu/log.h +++ b/include/qemu/log.h @@ -2,6 +2,9 @@ #define QEMU_LOG_H #include +#include +#include +#include "qemu/compiler.h" #ifdef NEED_CPU_H #include "disas/disas.h" #endif -- 1.7.11.7