Include time.h instead of sys/time.h.
This commit is contained in:
parent
1fa9624682
commit
1b3755e308
|
@ -65,7 +65,7 @@
|
|||
# define timeval unix_timeval
|
||||
# define select unix_select
|
||||
# include <sys/types.h>
|
||||
# include <sys/time.h>
|
||||
# include <time.h>
|
||||
# include <stdlib.h>
|
||||
# undef fd_set
|
||||
# undef timeval
|
||||
|
|
Loading…
Reference in New Issue