diff options
Diffstat (limited to 'sic.c')
| -rw-r--r-- | sic.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,8 +10,9 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <sys/socket.h> #include <time.h> +#include <sys/socket.h> +#include <sys/time.h> #define PINGTIMEOUT 300 #define MAXMSG 4096 |
