diff options
author | mathias <mathias> | 2005-05-12 19:56:40 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-05-12 19:56:40 (GMT) |
commit | 7d1d67ca786a9a91866b147eb3a25fca6c2256b5 (patch) | |
tree | 56776ede1eeaa13f2cce71e1cc5290ab1fb45cf1 /src/FbTk/I18n.hh | |
parent | 59a806799ffda3ff2bc3bf7a2c0942c5edb8dbfa (diff) | |
download | fluxbox-7d1d67ca786a9a91866b147eb3a25fca6c2256b5.zip fluxbox-7d1d67ca786a9a91866b147eb3a25fca6c2256b5.tar.bz2 |
__APPLE__ doesnt have <nl_types.h>
Diffstat (limited to 'src/FbTk/I18n.hh')
-rw-r--r-- | src/FbTk/I18n.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/I18n.hh b/src/FbTk/I18n.hh index 8fbb7ab..7891961 100644 --- a/src/FbTk/I18n.hh +++ b/src/FbTk/I18n.hh | |||
@@ -44,7 +44,7 @@ | |||
44 | extern "C" { | 44 | extern "C" { |
45 | #include <nl_types.h> | 45 | #include <nl_types.h> |
46 | } | 46 | } |
47 | #elif defined(__CYGWIN__) || defined(__EMX__) | 47 | #elif defined(__CYGWIN__) || defined(__EMX__) || defined(__APPLE__) |
48 | #ifdef __cplusplus | 48 | #ifdef __cplusplus |
49 | extern "C" { | 49 | extern "C" { |
50 | #endif // __cplusplus | 50 | #endif // __cplusplus |