blob: 8c90eed819f106a2cc1eb3f335af24e5f72b273d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/arcdos.c
+++ b/arcdos.c
@@ -30,7 +30,7 @@
#if UNIX
#include <sys/types.h>
#include <sys/stat.h>
-#if BSD
+#if BSD || defined(__INTERIX)
#include <sys/time.h>
#else
#include <time.h> /* Sys V. Bleah. */
|