From: Pierre Ynard Date: Tue, 10 Nov 2009 05:58:37 +0000 (+0100) Subject: WinCE: guard against inclusion of missing header file X-Git-Tag: 1.1.0-ff~2534 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a79ab1f65d837721fc83236d7aba0808c0c17c05;p=vlc WinCE: guard against inclusion of missing header file --- diff --git a/src/config/file.c b/src/config/file.c index 89566b2127..097a699e15 100644 --- a/src/config/file.c +++ b/src/config/file.c @@ -32,7 +32,7 @@ #include #ifdef __APPLE__ # include -#else +#elif defined(HAVE_USELOCALE) #include #endif