From 0908925ca67652e4e335c5f8ef4139ca6f60904f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 3 Jul 2020 18:07:21 +0100 Subject: move the file fetcher sources into a single directory --- content/fetch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/fetch.c') diff --git a/content/fetch.c b/content/fetch.c index 4cc7859fe..a26079965 100644 --- a/content/fetch.c +++ b/content/fetch.c @@ -56,7 +56,7 @@ #include "content/fetchers/about.h" #include "content/fetchers/curl.h" #include "content/fetchers/data.h" -#include "content/fetchers/file.h" +#include "content/fetchers/file/file.h" #include "javascript/fetcher.h" #include "content/urldb.h" -- cgit v1.2.3