From: Pierre Joye Date: Sat, 5 Jul 2008 18:36:13 +0000 (+0000) Subject: - _getpid is in process.h X-Git-Tag: BEFORE_HEAD_NS_CHANGE~1395 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ebeaa08ecdfc398ef11bc4502ced3fe04346cdd2;p=php - _getpid is in process.h --- diff --git a/main/win95nt.h b/main/win95nt.h index 14c6468706..76f98694df 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;