Commit a10232da authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Win32 compile fix

parent 8a500492
......@@ -41,11 +41,11 @@
# include <fcntl.h>
#endif
#ifdef HAVE_UNISTD_H
#if defined( WIN32 ) && !defined( UNDER_CE )
# include <io.h>
#else
# include <unistd.h>
# include <poll.h>
#elif defined( WIN32 ) && !defined( UNDER_CE )
# include <io.h>
#endif
#if defined( WIN32 ) && !defined( UNDER_CE )
......
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