From 8861923455a294927398c3207c12ed3e2d6f350e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 6 Jun 2016 14:47:27 +0100 Subject: Allow include directories to be added by sub makefiles --- content/fetchers/about.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/fetchers') diff --git a/content/fetchers/about.c b/content/fetchers/about.c index 5fbdd225e..4d14020b0 100644 --- a/content/fetchers/about.c +++ b/content/fetchers/about.c @@ -40,7 +40,7 @@ #include "content/fetch.h" #include "content/fetchers.h" #include "content/fetchers/about.h" -#include "content/handlers/image/image_cache.h" +#include "image/image_cache.h" struct fetch_about_context; -- cgit v1.2.3