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 --- render/html_redraw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/html_redraw.c') diff --git a/render/html_redraw.c b/render/html_redraw.c index bc0f462b4..7e0f7c286 100644 --- a/render/html_redraw.c +++ b/render/html_redraw.c @@ -46,7 +46,7 @@ #include "netsurf/bitmap.h" #include "netsurf/layout.h" #include "content/content_protected.h" -#include "content/handlers/css/utils.h" +#include "css/utils.h" #include "desktop/selection.h" #include "desktop/print.h" #include "desktop/scrollbar.h" -- cgit v1.2.3