diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-30 12:40:42 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-30 12:40:42 +0000 |
commit | 8493b7d32435e3fefc93fa13796f8e8fdc246559 (patch) | |
tree | 8ed9f8278be17007a140600e684c8b4ce1998b40 /os2 | |
parent | acbe5d83b3ea99574856f9772b1de2d623745155 (diff) | |
download | perl-8493b7d32435e3fefc93fa13796f8e8fdc246559.tar.gz |
OS/2: found the _fd_flags() prototype.
p4raw-id: //depot/perl@16878
Diffstat (limited to 'os2')
-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) |