Include sys/time.h for struct timeval definition.
This commit is contained in:
parent
6dd0685f74
commit
78b38a114c
|
@ -65,6 +65,7 @@
|
|||
# define timeval unix_timeval
|
||||
# define select unix_select
|
||||
# include <sys/types.h>
|
||||
# include <sys/time.h>
|
||||
# include <stdlib.h>
|
||||
# undef fd_set
|
||||
# undef timeval
|
||||
|
|
Loading…
Reference in New Issue