diff options
Diffstat (limited to 'e-util/e-i18n.h')
-rw-r--r-- | e-util/e-i18n.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-i18n.h b/e-util/e-i18n.h index 53e4c17155..33e53cdaee 100644 --- a/e-util/e-i18n.h +++ b/e-util/e-i18n.h @@ -34,6 +34,8 @@ # define N_(String) (String) #endif +#ifndef __GNOME_I18N_H__ #define __GNOME_I18N_H__ 1 +#endif #endif /* __E_I18N_H__ */ |