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_css.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/html_css.c') diff --git a/render/html_css.c b/render/html_css.c index ae0e8f696..ba887167e 100644 --- a/render/html_css.c +++ b/render/html_css.c @@ -34,7 +34,7 @@ #include "netsurf/misc.h" #include "netsurf/content.h" #include "content/hlcache.h" -#include "content/handlers/css/css.h" +#include "css/css.h" #include "desktop/gui_internal.h" #include "render/html_internal.h" -- cgit v1.2.3