diff options
Diffstat (limited to 'vos/vosish.h')
-rw-r--r-- | vos/vosish.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vos/vosish.h b/vos/vosish.h index 838bcdf7df..cc5e4642e3 100644 --- a/vos/vosish.h +++ b/vos/vosish.h @@ -1,4 +1,8 @@ +#ifdef __GNUC__ #include "../unixish.h" +#else +#include "unixish.h" +#endif /* The following declaration is an avoidance for posix-950. */ extern int ioctl (int fd, int request, ...); |