diff options
| author | Werner Koch <[email protected]> | 1998-02-02 14:36:06 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1998-02-02 14:36:06 +0000 |
| commit | c8f12e218f81f9211920b6fe50a786b617a2aeae (patch) | |
| tree | d042319be043090b02df4396c9880398b2b831ea /include/i18n.h | |
| parent | auf tobold (diff) | |
| download | gnupg-c8f12e218f81f9211920b6fe50a786b617a2aeae.tar.gz gnupg-c8f12e218f81f9211920b6fe50a786b617a2aeae.zip | |
changed structure of trustdb
Diffstat (limited to 'include/i18n.h')
| -rw-r--r-- | include/i18n.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/i18n.h b/include/i18n.h index a75f3c40f..55911b474 100644 --- a/include/i18n.h +++ b/include/i18n.h @@ -21,8 +21,12 @@ #ifndef G10_I18N_H #define G10_I18N_H -#ifdef HAVE_LIBINTL +#ifdef ENABLE_NLS +#ifdef HAVE_LIBINTL_H #include <libintl.h> +#else + #include "../intl/libintl.h" +#endif #define _(a) gettext (a) #ifdef gettext_noop #define N_(a) gettext_noop (a) |
