| 12345678910111213 |
- --- 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
|