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