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 | ab8d95c9719e30800e1ef4c78444a97ef5b2fe7d (patch) | |
tree | 8ed9f8278be17007a140600e684c8b4ce1998b40 /os2 | |
parent | 3031ea750afa49c0f89bb839e3d629fb3262c28b (diff) | |
download | perl-ab8d95c9719e30800e1ef4c78444a97ef5b2fe7d.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) |