]> git.armaanb.net Git - sic.git/commitdiff
added sys/time.h inclusion
authorarg@10ksloc.org <unknown>
Thu, 20 Jul 2006 15:27:30 +0000 (17:27 +0200)
committerarg@10ksloc.org <unknown>
Thu, 20 Jul 2006 15:27:30 +0000 (17:27 +0200)
sic.c

diff --git a/sic.c b/sic.c
index f9e287bc8aadaf9b48103dda12cf3b2dbbb6e403..d922ddd13735a50ac954ebae5f587a9cd045e121 100644 (file)
--- 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