added sys/time.h inclusion
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user