add a few #defines to fix OS X
[citadel.git] / webcit / webcit.h
index 02b7ac6a228912ed7abe495296385ad9fdbd89fd..aba1fb7992db276e3a9294d7835a6d7e269f9bdc 100644 (file)
@@ -49,6 +49,9 @@
 #endif
 
 #ifdef ENABLE_NLS
+#ifdef __APPLE__
+#include <xlocale.h>
+#endif
 #include <libintl.h>
 #include <locale.h>
 #ifdef HAVE_USELOCALE