You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
264 B

--- io.c.orig 2003-09-11 15:35:46.000000000 +0200
+++ io.c 2003-09-11 20:20:22.000000000 +0200
@@ -25,6 +25,9 @@
#ifdef HAVE_TIME_H
#include <time.h>
#endif
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
#ifdef HAVE_ERRNO_H
#include <errno.h>
#endif