__APPLE__ doesnt have <nl_types.h>
mathias mathias
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/FbTk/I18n.hh
→
src/FbTk/I18n.hh
@@ -44,7 +44,7 @@ // this is needed for linux libc5 systems
extern "C" { #include <nl_types.h> } -#elif defined(__CYGWIN__) || defined(__EMX__) +#elif defined(__CYGWIN__) || defined(__EMX__) || defined(__APPLE__) #ifdef __cplusplus extern "C" { #endif // __cplusplus