From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkenW-0002ic-Lm for qemu-devel@nongnu.org; Thu, 06 Jun 2013 14:20:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkenT-00060S-Kr for qemu-devel@nongnu.org; Thu, 06 Jun 2013 14:20:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkenT-00060B-DK for qemu-devel@nongnu.org; Thu, 06 Jun 2013 14:20:27 -0400 Message-ID: <51B0D376.7070900@redhat.com> Date: Thu, 06 Jun 2013 20:22:46 +0200 From: Laszlo Ersek MIME-Version: 1.0 References: <1370536046-15125-1-git-send-email-armbru@redhat.com> <1370536046-15125-2-git-send-email-armbru@redhat.com> In-Reply-To: <1370536046-15125-2-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/7] error-report.h: Supply missing include 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: > Missed in commit e5924d8. > > Signed-off-by: Markus Armbruster > --- > include/qemu/error-report.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/qemu/error-report.h b/include/qemu/error-report.h > index c902cc1..14c1719 100644 > --- a/include/qemu/error-report.h > +++ b/include/qemu/error-report.h > @@ -14,6 +14,7 @@ > #define QEMU_ERROR_H > > #include > +#include "qemu/compiler.h" > > typedef struct Location { > /* all members are private to qemu-error.c */ > Reviewed-by: Laszlo Ersek