all repos — fluxbox @ 7d1d67ca786a9a91866b147eb3a25fca6c2256b5

custom fork of the fluxbox windowmanager

__APPLE__ doesnt have <nl_types.h>
mathias mathias
commit

7d1d67ca786a9a91866b147eb3a25fca6c2256b5

parent

59a806799ffda3ff2bc3bf7a2c0942c5edb8dbfa

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

jump to
M src/FbTk/I18n.hhsrc/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