Include sys/time.h for struct timeval definition.

This commit is contained in:
Yorick Hardy 2003-06-04 20:15:39 +00:00 committed by Alexandre Julliard
parent 6dd0685f74
commit 78b38a114c
1 changed files with 1 additions and 0 deletions

View File

@ -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