From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxFRJ-000225-Up for qemu-devel@nongnu.org; Wed, 18 Jun 2014 08:58:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxFRC-0004ZF-U0 for qemu-devel@nongnu.org; Wed, 18 Jun 2014 08:58:09 -0400 Received: from [98.143.106.101] (port=36157 helo=freebsd.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxFRC-0004Z4-NA for qemu-devel@nongnu.org; Wed, 18 Jun 2014 08:58:02 -0400 From: Ed Maste Date: Wed, 18 Jun 2014 08:58:00 -0400 Message-Id: <1403096280-68774-1-git-send-email-emaste@freebsd.org> Subject: [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: qemu-devel@nongnu.org Cc: Ed Maste 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 -- 1.8.4