From: Sara Golemon Date: Tue, 13 Dec 2016 05:44:07 +0000 (-0800) Subject: Include unistd.h for getpid() X-Git-Tag: php-7.2.0alpha1~821 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=613ee726a847489d92638bf3f80d380b0e24ccb2;p=php Include unistd.h for getpid() --- diff --git a/ext/zip/lib/mkstemp.c b/ext/zip/lib/mkstemp.c index 2ccd3a4878..57d8848491 100644 --- a/ext/zip/lib/mkstemp.c +++ b/ext/zip/lib/mkstemp.c @@ -43,6 +43,7 @@ #endif #include #include +#include #ifndef O_BINARY #define O_BINARY 0