Commit 77b33ced authored by Pierre Ynard's avatar Pierre Ynard Committed by Rémi Denis-Courmont

WinCE: fix includes

Fix includes for WinCE
Signed-off-by: default avatarRémi Denis-Courmont <rdenis@simphalempin.com>
parent e2c2ece9
......@@ -51,7 +51,9 @@
#endif
#ifdef WIN32
# include <io.h>
# include <direct.h>
# ifndef UNDER_CE
# include <direct.h>
# endif
#else
# include <unistd.h>
#endif
......
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