aboutsummaryrefslogtreecommitdiffstats
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 c7bb72cbd6..5c7fc39c98 100644
--- a/io.c
+++ b/io.c
@@ -72,6 +72,10 @@
#include <unistd.h>
#endif
+#ifdef HAVE_SYSCALL_H
+#include <syscall.h>
+#endif
+
extern void Init_File(void);
#ifdef __BEOS__