Util: Fix warnings on FreeBSD
Jeffrey Pfau jeffrey@endrift.com
Thu, 12 Feb 2015 00:37:52 -0800
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/util/formatting.h
→
src/util/formatting.h
@@ -10,7 +10,7 @@ #include "util/common.h"
#include "locale.h" -#ifdef __APPLE__ +#if defined(__APPLE__) || defined(__FreeBSD__) #include "xlocale.h" #endif