diff options
Diffstat (limited to 'lib/ephy-start-here.c')
-rw-r--r-- | lib/ephy-start-here.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/ephy-start-here.c b/lib/ephy-start-here.c index 834d890da..d35701030 100644 --- a/lib/ephy-start-here.c +++ b/lib/ephy-start-here.c @@ -16,9 +16,13 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <gtk/gtk.h> #include <libxml/tree.h> -#include <libgnome/gnome-i18n.h> +#include <bonobo/bonobo-i18n.h> #include <string.h> #include "ephy-start-here.h" |