commit a1237900a9d509f4cd819d5eb360f711fb8ded02 parent 8693d1725f57a1610fc42fe2d20b91b60181fee3 Author: arg@10ksloc.org <unknown> Date: Thu, 20 Jul 2006 17:27:30 +0200 added sys/time.h inclusion Diffstat:
M | sic.c | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sic.c b/sic.c @@ -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