diff options
Diffstat (limited to 'os2')
-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 |