added sys/time.h inclusion
This commit is contained in:
parent
8693d1725f
commit
a1237900a9
3
sic.c
3
sic.c
@ -10,8 +10,9 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/socket.h>
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
#include <sys/socket.h>
|
||||||
|
#include <sys/time.h>
|
||||||
|
|
||||||
#define PINGTIMEOUT 300
|
#define PINGTIMEOUT 300
|
||||||
#define MAXMSG 4096
|
#define MAXMSG 4096
|
||||||
|
Loading…
Reference in New Issue
Block a user