From a79ab1f65d837721fc83236d7aba0808c0c17c05 Mon Sep 17 00:00:00 2001 From: Pierre Ynard Date: Tue, 10 Nov 2009 06:58:37 +0100 Subject: [PATCH] WinCE: guard against inclusion of missing header file --- src/config/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2