]> git.armaanb.net Git - sic.git/blobdiff - sic.c
added sys/time.h inclusion
[sic.git] / 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