From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NfLge-0000IO-SY for qemu-devel@nongnu.org; Wed, 10 Feb 2010 18:09:37 -0500 Received: from [199.232.76.173] (port=47489 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NfLgc-0000HG-J4 for qemu-devel@nongnu.org; Wed, 10 Feb 2010 18:09:34 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NfLga-0002WH-O4 for qemu-devel@nongnu.org; Wed, 10 Feb 2010 18:09:33 -0500 Received: from mail-fx0-f223.google.com ([209.85.220.223]:51982) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NfLgZ-0002Va-6Z for qemu-devel@nongnu.org; Wed, 10 Feb 2010 18:09:32 -0500 Received: by fxm23 with SMTP id 23so592417fxm.2 for ; Wed, 10 Feb 2010 15:09:29 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 11 Feb 2010 00:09:15 +0100 Message-Id: <1265843356-25765-4-git-send-email-pbonzini@redhat.com> In-Reply-To: <1265843356-25765-1-git-send-email-pbonzini@redhat.com> References: <1265843356-25765-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 3/4] qemu-kvm: fix placement of config-host.h inclusion List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kvm@vger.kernel.org Cherry-picked from upstream f582af5. Signed-off-by: Paolo Bonzini --- osdep.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/osdep.c b/osdep.c index e613e4b..616e821 100644 --- a/osdep.c +++ b/osdep.c @@ -28,14 +28,15 @@ #include #include #include + +/* Needed early for CONFIG_BSD etc. */ +#include "config-host.h" + #ifdef CONFIG_SOLARIS #include #include #endif -/* Needed early for CONFIG_BSD etc. */ -#include "config-host.h" - #ifdef _WIN32 #include #elif defined(CONFIG_BSD) -- 1.6.6