diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-04-05 23:47:44 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-04-05 23:47:44 +0800 |
commit | 6fb828f7aa9033cda3ccb62c764c5b5f66e23d1a (patch) | |
tree | 5e46197937430ed592a7c64667c44d1fdff3023c /lib | |
parent | bb9135424aa48a88b35446521810dd8590b03419 (diff) | |
download | gsoc2013-epiphany-6fb828f7aa9033cda3ccb62c764c5b5f66e23d1a.tar gsoc2013-epiphany-6fb828f7aa9033cda3ccb62c764c5b5f66e23d1a.tar.gz gsoc2013-epiphany-6fb828f7aa9033cda3ccb62c764c5b5f66e23d1a.tar.bz2 gsoc2013-epiphany-6fb828f7aa9033cda3ccb62c764c5b5f66e23d1a.tar.lz gsoc2013-epiphany-6fb828f7aa9033cda3ccb62c764c5b5f66e23d1a.tar.xz gsoc2013-epiphany-6fb828f7aa9033cda3ccb62c764c5b5f66e23d1a.tar.zst gsoc2013-epiphany-6fb828f7aa9033cda3ccb62c764c5b5f66e23d1a.zip |
Include config.h. Menu translated again now.
2003-04-05 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/egg/eggintl.h:
Include config.h. Menu translated again now.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/egg/eggintl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/egg/eggintl.h b/lib/egg/eggintl.h index e71ef1ad7..41d2b3d43 100644 --- a/lib/egg/eggintl.h +++ b/lib/egg/eggintl.h @@ -1,6 +1,10 @@ #ifndef __EGG_INTL_H__ #define __EGG_INTL_H__ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <libgnome/gnome-i18n.h> #endif /* __EGG_INTL_H__ */ |