From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54485) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxH3q-0002fs-Or for qemu-devel@nongnu.org; Wed, 18 Jun 2014 10:42:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxH3h-0007fi-Dp for qemu-devel@nongnu.org; Wed, 18 Jun 2014 10:42:02 -0400 Received: from mail-wg0-x233.google.com ([2a00:1450:400c:c00::233]:34543) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxH3h-0007fM-5D for qemu-devel@nongnu.org; Wed, 18 Jun 2014 10:41:53 -0400 Received: by mail-wg0-f51.google.com with SMTP id x12so959460wgg.10 for ; Wed, 18 Jun 2014 07:41:51 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <53A1A52D.1090107@redhat.com> Date: Wed, 18 Jun 2014 16:41:49 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1403096280-68774-1-git-send-email-emaste@freebsd.org> In-Reply-To: <1403096280-68774-1-git-send-email-emaste@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Ed Maste , qemu-devel@nongnu.org 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 > Reviewed-by: Paolo Bonzini