1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

misc/pantry: add <unistd.h> for modern compilers

Approved by:	portmgr (bapt, implicit)
This commit is contained in:
John Marino 2013-10-01 18:45:51 +00:00
parent ce62eb9096
commit 924f15fc79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328982

View File

@ -0,0 +1,10 @@
--- src/client.cc.orig 2009-03-15 04:13:28.000000000 +0000
+++ src/client.cc
@@ -8,6 +8,7 @@
#include <errno.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
namespace
{