[3party] Compilation fix

This commit is contained in:
Alex Zolotarev 2013-06-01 02:13:17 +03:00 committed by Alex Zolotarev
parent e351de8444
commit 63fee34232

View file

@ -34,6 +34,6 @@
/* If locale.h and localeconv() are available, define to 1,
otherwise to 0. */
#define JSON_HAVE_LOCALECONV 1
#define JSON_HAVE_LOCALECONV 0
#endif