summaryrefslogtreecommitdiff
blob: 46c5eb6b26b10c2e0d99936ca08a97bb5160ad98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
https://sourceforge.net/tracker/?func=detail&aid=3554634&group_id=21862&atid=374571
--- a/shed.c
+++ b/shed.c
@@ -31,6 +31,10 @@
 #include <ctype.h>     /* tolower    */
 #include <unistd.h>    /* dup, dup2  */
 
+#ifdef __INTERIX
+# include <sys/time.h>
+#endif
+
 #include "util.h"
 
 /* function prototypes */