From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ukenb-0002jj-SS for qemu-devel@nongnu.org; Thu, 06 Jun 2013 14:20:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkenZ-000616-Ig for qemu-devel@nongnu.org; Thu, 06 Jun 2013 14:20:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56954) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkenZ-00060x-AY for qemu-devel@nongnu.org; Thu, 06 Jun 2013 14:20:33 -0400 Message-ID: <51B0D37E.1080505@redhat.com> Date: Thu, 06 Jun 2013 20:22:54 +0200 From: Laszlo Ersek MIME-Version: 1.0 References: <1370536046-15125-1-git-send-email-armbru@redhat.com> <1370536046-15125-3-git-send-email-armbru@redhat.com> In-Reply-To: <1370536046-15125-3-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/7] log.h: Supply missing includes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org On 06/06/13 18:27, Markus Armbruster wrote: > 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 > Reviewed-by: Laszlo Ersek