aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathias <mathias>2005-05-12 19:56:40 (GMT)
committermathias <mathias>2005-05-12 19:56:40 (GMT)
commit7d1d67ca786a9a91866b147eb3a25fca6c2256b5 (patch)
tree56776ede1eeaa13f2cce71e1cc5290ab1fb45cf1
parent59a806799ffda3ff2bc3bf7a2c0942c5edb8dbfa (diff)
downloadfluxbox_pavel-7d1d67ca786a9a91866b147eb3a25fca6c2256b5.zip
fluxbox_pavel-7d1d67ca786a9a91866b147eb3a25fca6c2256b5.tar.bz2
__APPLE__ doesnt have <nl_types.h>
-rw-r--r--src/FbTk/I18n.hh2
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 @@
44extern "C" { 44extern "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
49extern "C" { 49extern "C" {
50#endif // __cplusplus 50#endif // __cplusplus