From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1WxHhz-0002TP-K3 for mharc-qemu-trivial@gnu.org; Wed, 18 Jun 2014 11:23:31 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxHhp-0002JZ-CF for qemu-trivial@nongnu.org; Wed, 18 Jun 2014 11:23:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxHhg-0007Qv-Vg for qemu-trivial@nongnu.org; Wed, 18 Jun 2014 11:23:21 -0400 Received: from cantor2.suse.de ([195.135.220.15]:54942 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxHhP-0007OK-V5; Wed, 18 Jun 2014 11:22:56 -0400 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 22C2CACA1; Wed, 18 Jun 2014 15:22:55 +0000 (UTC) Message-ID: <53A1AECE.9000508@suse.de> Date: Wed, 18 Jun 2014 17:22:54 +0200 From: =?ISO-8859-1?Q?Andreas_F=E4rber?= Organization: SUSE LINUX Products GmbH User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Paolo Bonzini , Ed Maste , qemu-devel@nongnu.org References: <1403096280-68774-1-git-send-email-emaste@freebsd.org> <53A1A52D.1090107@redhat.com> In-Reply-To: <53A1A52D.1090107@redhat.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 195.135.220.15 Cc: qemu-trivial , Alon Levy Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] vscclient: Add required headers to fix build on FreeBSD X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2014 15:23:29 -0000 Am 18.06.2014 16:41, schrieb Paolo Bonzini: > Il 18/06/2014 14:58, Ed Maste ha scritto: >> Signed-off-by: Ed Maste >> --- >> libcacard/vscclient.c | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/libcacard/vscclient.c b/libcacard/vscclient.c >> index ab9b2b8..80111df 100644 >> --- a/libcacard/vscclient.c >> +++ b/libcacard/vscclient.c >> @@ -11,6 +11,8 @@ >> */ >> >> #ifndef _WIN32 >> +#include >> +#include >> #include >> #define closesocket(x) close(x) >> #endif >> >=20 > Reviewed-by: Paolo Bonzini Looks okay, CC'ing Alon and -trivial. Andreas --=20 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imend=F6rffer; HRB 16746 AG N=FCrnbe= rg From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38566) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxHhY-000286-JB for qemu-devel@nongnu.org; Wed, 18 Jun 2014 11:23:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxHhQ-0007OQ-5P for qemu-devel@nongnu.org; Wed, 18 Jun 2014 11:23:04 -0400 Message-ID: <53A1AECE.9000508@suse.de> Date: Wed, 18 Jun 2014 17:22:54 +0200 From: =?ISO-8859-1?Q?Andreas_F=E4rber?= MIME-Version: 1.0 References: <1403096280-68774-1-git-send-email-emaste@freebsd.org> <53A1A52D.1090107@redhat.com> In-Reply-To: <53A1A52D.1090107@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] vscclient: Add required headers to fix build on FreeBSD List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Ed Maste , qemu-devel@nongnu.org Cc: qemu-trivial , Alon Levy Am 18.06.2014 16:41, schrieb Paolo Bonzini: > Il 18/06/2014 14:58, Ed Maste ha scritto: >> Signed-off-by: Ed Maste >> --- >> libcacard/vscclient.c | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/libcacard/vscclient.c b/libcacard/vscclient.c >> index ab9b2b8..80111df 100644 >> --- a/libcacard/vscclient.c >> +++ b/libcacard/vscclient.c >> @@ -11,6 +11,8 @@ >> */ >> >> #ifndef _WIN32 >> +#include >> +#include >> #include >> #define closesocket(x) close(x) >> #endif >> >=20 > Reviewed-by: Paolo Bonzini Looks okay, CC'ing Alon and -trivial. Andreas --=20 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imend=F6rffer; HRB 16746 AG N=FCrnbe= rg