From fa98e3d76ada300d69e04816bfe15b2d560c9f7d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 15 Feb 2011 23:18:10 +0000 Subject: add about: fetcher rename fetchers to be more sensible svn path=/trunk/netsurf/; revision=11692 --- gtk/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk') diff --git a/gtk/gui.c b/gtk/gui.c index 8a92f83dc..fd2116f21 100644 --- a/gtk/gui.c +++ b/gtk/gui.c @@ -42,7 +42,7 @@ #include "content/content.h" #include "content/fetch.h" -#include "content/fetchers/fetch_curl.h" +#include "content/fetchers/curl.h" #include "content/hlcache.h" #include "content/urldb.h" #include "desktop/browser.h" -- cgit v1.2.3