Tweaking.

This commit is contained in:
Daniel Lemire 2020-09-08 19:24:03 -04:00
parent 86592c4751
commit 778787b86b

View file

@ -21,7 +21,7 @@
#include <xlocale.h> // old glibc
#endif
#else // not glibc
#ifndef _MSC_VER // assume that everything that is not GLIBC and not Visual Studio needs xlocale.h
#if !(defined(_WIN32) || (__FreeBSD_version < 1000010))
#include <xlocale.h>
#endif
#endif