bar.patch 264 B

12345678910111213
  1. --- io.c.orig 2003-09-11 15:35:46.000000000 +0200
  2. +++ io.c 2003-09-11 20:20:22.000000000 +0200
  3. @@ -25,6 +25,9 @@
  4. #ifdef HAVE_TIME_H
  5. #include <time.h>
  6. #endif
  7. +#ifdef HAVE_SYS_TIME_H
  8. +#include <sys/time.h>
  9. +#endif
  10. #ifdef HAVE_ERRNO_H
  11. #include <errno.h>
  12. #endif