1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00

- _getpid is in process.h

This commit is contained in:
Pierre Joye
2008-07-05 18:36:13 +00:00
parent 8f0b882137
commit ebeaa08ecd

View 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;