diff options
Diffstat (limited to 'src/ephy-notebook.c')
-rw-r--r-- | src/ephy-notebook.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c index b772af8f1..4d0989a61 100644 --- a/src/ephy-notebook.c +++ b/src/ephy-notebook.c @@ -16,6 +16,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include "ephy-notebook.h" #include "eel-gconf-extensions.h" #include "ephy-prefs.h" @@ -28,7 +32,7 @@ #include <gtk/gtk.h> #include <glib-object.h> -#include <libgnome/gnome-i18n.h> +#include <bonobo/bonobo-i18n.h> #include <libgnomevfs/gnome-vfs-uri.h> #define AFTER_ALL_TABS -1 |