fetchmail.patch 317 B

12345678910111213
  1. Index: socket.c
  2. --- socket.c.orig 2003-10-10 12:32:15.000000000 +0200
  3. +++ socket.c 2003-10-19 13:17:45.000000000 +0200
  4. @@ -9,6 +9,8 @@
  5. #include <stdio.h>
  6. #include <errno.h>
  7. #include <string.h>
  8. +#include <time.h>
  9. +#include <sys/time.h>
  10. #include <ctype.h> /* isspace() */
  11. #ifdef HAVE_MEMORY_H
  12. #include <memory.h>