aboutsummaryrefslogtreecommitdiffstats
path: root/include/i18n.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/i18n.h')
-rw-r--r--include/i18n.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/i18n.h b/include/i18n.h
index efae5f2d9..0b270687a 100644
--- a/include/i18n.h
+++ b/include/i18n.h
@@ -34,7 +34,11 @@
#endif
#ifdef ENABLE_NLS
+#ifndef __riscos__
#include <libintl.h>
+#else
+ #include "libgettext.h"
+#endif /* __riscos__ */
#define _(a) gettext (a)
#ifdef gettext_noop
#define N_(a) gettext_noop (a)