diff options
author | Pierre Joye <pajoye@php.net> | 2008-07-05 18:36:34 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2008-07-05 18:36:34 +0000 |
commit | 98ce717bf28caee13e1f42dccc398305c4646624 (patch) | |
tree | 071f7572ee3290dd839855949f5a44b5d1d81d73 /main/win95nt.h | |
parent | 53c53ed7315d8dacaea49c11c0d0f9caf92be569 (diff) | |
download | php-git-98ce717bf28caee13e1f42dccc398305c4646624.tar.gz |
- MFH: _getpid is in process.h
Diffstat (limited to 'main/win95nt.h')
-rw-r--r-- | main/win95nt.h | 2 |
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; |