summaryrefslogtreecommitdiff
path: root/os2/os2ish.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-05-29 11:53:12 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-29 11:53:12 +0000
commit21cdd7e3cb41078561fcb9d861126c7fa903ce8b (patch)
treefcea0cf0cdd083015650c4d7ff829c13df93e476 /os2/os2ish.h
parent9160fdbd76e24cb9f334f6b9ab48835069d6f64a (diff)
downloadperl-21cdd7e3cb41078561fcb9d861126c7fa903ce8b.tar.gz
OS/2: more missing headers from John Poltorak.
p4raw-id: //depot/perl@16852
Diffstat (limited to 'os2/os2ish.h')
-rw-r--r--os2/os2ish.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/os2/os2ish.h b/os2/os2ish.h
index 360da42aef..96c0273a72 100644
--- a/os2/os2ish.h
+++ b/os2/os2ish.h
@@ -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