Util: Fix warnings on FreeBSD

This commit is contained in:
Jeffrey Pfau 2015-02-12 00:37:52 -08:00
parent 1e71f62a3c
commit 61c95ed7fb
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#include "locale.h"
#ifdef __APPLE__
#if defined(__APPLE__) || defined(__FreeBSD__)
#include "xlocale.h"
#endif