diff options
Diffstat (limited to 'lib/ephy-gui.c')
-rw-r--r-- | lib/ephy-gui.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/ephy-gui.c b/lib/ephy-gui.c index 431b1cea2..d41d2a554 100644 --- a/lib/ephy-gui.c +++ b/lib/ephy-gui.c @@ -16,12 +16,16 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include "ephy-gui.h" #include "eel-gconf-extensions.h" #include <ctype.h> #include <string.h> -#include <libgnome/gnome-i18n.h> +#include <bonobo/bonobo-i18n.h> #include <libgnome/gnome-help.h> #include <gtk/gtktreemodel.h> #include <gtk/gtkmessagedialog.h> |