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/png.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/handlers/image/png.c') diff --git a/content/handlers/image/png.c b/content/handlers/image/png.c index 45f415a6b..93185c12f 100644 --- a/content/handlers/image/png.c +++ b/content/handlers/image/png.c @@ -30,8 +30,8 @@ #include "content/content_protected.h" #include "desktop/gui_internal.h" -#include "image_cache.h" -#include "png.h" +#include "image/image_cache.h" +#include "image/png.h" /* accommodate for old versions of libpng (beware security holes!) */ -- cgit v1.2.3