From 96c33e5abbc45ebff2082f380120259dd74b63a2 Mon Sep 17 00:00:00 2001 From: Max Bruckner Date: Sun, 8 Oct 2017 23:28:49 +0200 Subject: [PATCH] ENABLE_LOCALES: Actually disable the include as well --- cJSON.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cJSON.c b/cJSON.c index d5e01f1..5816f7f 100644 --- a/cJSON.c +++ b/cJSON.c @@ -44,7 +44,10 @@ #include #include #include + +#ifdef ENABLE_LOCALES #include +#endif #if defined(_MSC_VER) #pragma warning (pop) -- GitLab