]> granicus.if.org Git - php/commitdiff
- MFH: _getpid is in process.h
authorPierre Joye <pajoye@php.net>
Sat, 5 Jul 2008 18:36:34 +0000 (18:36 +0000)
committerPierre Joye <pajoye@php.net>
Sat, 5 Jul 2008 18:36:34 +0000 (18:36 +0000)
main/win95nt.h

index bbb91a28b41c2343bc7fb6b328922862334804c6..695d1eb2d542636e5d67d90cf643aec28a79b555 100644 (file)
@@ -28,6 +28,8 @@
 #include <stdio.h>
 #include <stdarg.h>
 #include <sys/types.h>
+#include <process.h>
+
 typedef int uid_t;
 typedef int gid_t;
 typedef char * caddr_t;