OS/2: more missing headers from John Poltorak.
Jarkko Hietaniemi [Wed, 29 May 2002 11:53:12 +0000 (11:53 +0000)]
p4raw-id: //depot/perl@16852

os2/os2ish.h

index 360da42..96c0273 100644 (file)
@@ -357,6 +357,8 @@ void *emx_realloc (void *, size_t);
 
 #include <stdlib.h>    /* before the following definitions */
 #include <unistd.h>    /* before the following definitions */
+#include <fcntl.h>
+#include <sys/stat.h>
 
 #define chdir  _chdir2
 #define getcwd _getcwd2