diff options
Diffstat (limited to 'src/ephy-history-window.c')
-rw-r--r-- | src/ephy-history-window.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c index 8183cda73..5921cde12 100644 --- a/src/ephy-history-window.c +++ b/src/ephy-history-window.c @@ -17,6 +17,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <gtk/gtktable.h> #include <gtk/gtklabel.h> #include <gtk/gtkstock.h> @@ -24,7 +28,7 @@ #include <gtk/gtkhbox.h> #include <gtk/gtkvbox.h> #include <gdk/gdkkeysyms.h> -#include <libgnome/gnome-i18n.h> +#include <bonobo/bonobo-i18n.h> #include <libgnomeui/gnome-stock-icons.h> #include <string.h> |