all repos — mgba @ 61c95ed7fb9fd8171f2cbd94fc35db28c15d90b7

mGBA Game Boy Advance Emulator

Util: Fix warnings on FreeBSD
Jeffrey Pfau jeffrey@endrift.com
Thu, 12 Feb 2015 00:37:52 -0800
commit

61c95ed7fb9fd8171f2cbd94fc35db28c15d90b7

parent

1e71f62a3c031325809005c9f1c720ccd30d0df5

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/util/formatting.hsrc/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