summaryrefslogtreecommitdiff
path: root/main/win95nt.h
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2008-07-05 18:36:34 +0000
committerPierre Joye <pajoye@php.net>2008-07-05 18:36:34 +0000
commit98ce717bf28caee13e1f42dccc398305c4646624 (patch)
tree071f7572ee3290dd839855949f5a44b5d1d81d73 /main/win95nt.h
parent53c53ed7315d8dacaea49c11c0d0f9caf92be569 (diff)
downloadphp-git-98ce717bf28caee13e1f42dccc398305c4646624.tar.gz
- MFH: _getpid is in process.h
Diffstat (limited to 'main/win95nt.h')
-rw-r--r--main/win95nt.h2
1 files changed, 2 insertions, 0 deletions
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 <stdio.h>
#include <stdarg.h>
#include <sys/types.h>
+#include <process.h>
+
typedef int uid_t;
typedef int gid_t;
typedef char * caddr_t;