]> git.sesse.net Git - vlc/blobdiff - include/vlc_threads.h
WinCE: more missing functions fixes
[vlc] / include / vlc_threads.h
index 7b2f07b62d842a9a77fbebbe27ca3fe537e822a4..4050150378b29c07f593f419f05584cbeee091f4 100644 (file)
@@ -35,7 +35,7 @@
  */
 
 #if defined( UNDER_CE )
-                                                                /* WinCE API */
+#   include <errno.h>                                           /* WinCE API */
 #elif defined( WIN32 )
 #   include <process.h>                                         /* Win32 API */
 #   include <errno.h>