From: Pierre Joye Date: Sat, 5 Jul 2008 18:36:34 +0000 (+0000) Subject: - MFH: _getpid is in process.h X-Git-Tag: php-5.3.0alpha1~499 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98ce717bf28caee13e1f42dccc398305c4646624;p=php - MFH: _getpid is in process.h --- diff --git a/main/win95nt.h b/main/win95nt.h index bbb91a28b4..695d1eb2d5 100644 --- a/main/win95nt.h +++ b/main/win95nt.h @@ -28,6 +28,8 @@ #include #include #include +#include + typedef int uid_t; typedef int gid_t; typedef char * caddr_t;