diff options
-rw-r--r-- | os2/os2ish.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os2/os2ish.h b/os2/os2ish.h index 22ea08363b..1b38b85427 100644 --- a/os2/os2ish.h +++ b/os2/os2ish.h @@ -382,7 +382,7 @@ void *emx_realloc (void *, size_t); # define HAS_BOOL 1 #endif -extern int* _fd_flags(int fd); /* where's the real prototype of this? */ +#include <emx/io.h> /* for _fd_flags() prototype */ static inline bool _PERLIO_IS_BINMODE_FD(int fd) |