]> git.sesse.net Git - vlc/commitdiff
WinCE: guard against inclusion of missing header file
authorPierre Ynard <linkfanel@yahoo.fr>
Tue, 10 Nov 2009 05:58:37 +0000 (06:58 +0100)
committerPierre Ynard <linkfanel@yahoo.fr>
Tue, 10 Nov 2009 05:58:37 +0000 (06:58 +0100)
src/config/file.c

index 89566b212761501c3c9fb595f36f654970fc7f0b..097a699e157b5a41382c54757a2d7524eb230057 100644 (file)
@@ -32,7 +32,7 @@
 #include <sys/stat.h>
 #ifdef __APPLE__
 #   include <xlocale.h>
-#else
+#elif defined(HAVE_USELOCALE)
 #include <locale.h>
 #endif