summaryrefslogtreecommitdiff
path: root/src/utils/gettext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/gettext.h')
-rw-r--r--src/utils/gettext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/gettext.h b/src/utils/gettext.h
index 55e72555..4f85952c 100644
--- a/src/utils/gettext.h
+++ b/src/utils/gettext.h
@@ -26,10 +26,10 @@
#include "config.h"
#endif
-#if ENABLE_NLS
-
#include <libintl.h>
+#if ENABLE_NLS
+
#define _(s) ((char const *)gettext(s))
#define N_(s) ((char const *)s)