Commit 1b3755e3 authored by Yorick Hardy's avatar Yorick Hardy Committed by Alexandre Julliard

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

parent 1fa96246
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
# define timeval unix_timeval # define timeval unix_timeval
# define select unix_select # define select unix_select
# include <sys/types.h> # include <sys/types.h>
# include <sys/time.h> # include <time.h>
# include <stdlib.h> # include <stdlib.h>
# undef fd_set # undef fd_set
# undef timeval # undef timeval
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment