summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rw-r--r--io.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/io.c b/io.c
index 448fd60032..0d8f489511 100644
--- a/io.c
+++ b/io.c
@@ -31,6 +31,10 @@
# define USE_SETVBUF
#endif
+#ifdef __QNXNTO__
+#include "unix.h"
+#endif
+
#include <sys/types.h>
#if !defined(DJGPP) && !defined(NT) && !defined(__human68k__)
#include <sys/ioctl.h>