- MFH: _getpid is in process.h

This commit is contained in:
Pierre Joye 2008-07-05 18:36:34 +00:00
parent 53c53ed731
commit 98ce717bf2

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;