diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-29 11:53:12 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-29 11:53:12 +0000 |
commit | 21cdd7e3cb41078561fcb9d861126c7fa903ce8b (patch) | |
tree | fcea0cf0cdd083015650c4d7ff829c13df93e476 /os2/os2ish.h | |
parent | 9160fdbd76e24cb9f334f6b9ab48835069d6f64a (diff) | |
download | perl-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.h | 2 |
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 |