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/handlers/image/jpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/handlers/image/jpeg.c') diff --git a/content/handlers/image/jpeg.c b/content/handlers/image/jpeg.c index e3af00f9f..278d9e618 100644 --- a/content/handlers/image/jpeg.c +++ b/content/handlers/image/jpeg.c @@ -35,7 +35,7 @@ #include "content/content_protected.h" #include "desktop/gui_internal.h" -#include "image_cache.h" +#include "image/image_cache.h" #define JPEG_INTERNAL_OPTIONS #include "jpeglib.h" -- cgit v1.2.3