mirror of https://github.com/mgba-emu/mgba.git
Util: Fix warnings on FreeBSD
This commit is contained in:
parent
1e71f62a3c
commit
61c95ed7fb
|
@ -10,7 +10,7 @@
|
|||
|
||||
#include "locale.h"
|
||||
|
||||
#ifdef __APPLE__
|
||||
#if defined(__APPLE__) || defined(__FreeBSD__)
|
||||
#include "xlocale.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue