diff options
Diffstat (limited to 'lib/ephy-string.c')
-rw-r--r-- | lib/ephy-string.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/ephy-string.c b/lib/ephy-string.c index cf0272f61..46a6b6d9f 100644 --- a/lib/ephy-string.c +++ b/lib/ephy-string.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-string.h" +#include <errno.h> #include <string.h> #include <glib.h> -#include <libgnome/libgnome.h> -#include <libgnome/gnome-i18n.h> +#include <bonobo/bonobo-i18n.h> #include <libgnomevfs/gnome-vfs-mime.h> #include <libxml/parser.h> |