Include time.h instead of sys/time.h.

oldstable
Yorick Hardy 2003-06-13 18:07:25 +00:00 committed by Alexandre Julliard
parent 1fa9624682
commit 1b3755e308
1 changed files with 1 additions and 1 deletions

View File

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