summaryrefslogtreecommitdiffstats
path: root/common/i18n.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/i18n.h')
-rw-r--r--common/i18n.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/i18n.h b/common/i18n.h
index 7405f9a55..abb8bd83e 100644
--- a/common/i18n.h
+++ b/common/i18n.h
@@ -16,7 +16,7 @@
#ifdef USE_SIMPLE_GETTEXT
-# include "../jnlib/w32help.h"
+# include "../common/w32help.h"
# define _(a) gettext (a)
# define N_(a) (a)
#else