diff options
-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; |