summaryrefslogtreecommitdiff
path: root/content/handlers/css/utils.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-06 14:47:27 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-06 14:47:27 +0100
commit8861923455a294927398c3207c12ed3e2d6f350e (patch)
tree8b8dd664815becb2c64457d5e7a98fea57ed0b50 /content/handlers/css/utils.c
parentcba3a1468c07d4bd192967e43b05edc567306dd0 (diff)
downloadnetsurf-8861923455a294927398c3207c12ed3e2d6f350e.tar.gz
netsurf-8861923455a294927398c3207c12ed3e2d6f350e.tar.bz2
Allow include directories to be added by sub makefiles
Diffstat (limited to 'content/handlers/css/utils.c')
-rw-r--r--content/handlers/css/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/handlers/css/utils.c b/content/handlers/css/utils.c
index 59ad41216..5c7cbd9a7 100644
--- a/content/handlers/css/utils.c
+++ b/content/handlers/css/utils.c
@@ -22,7 +22,7 @@
#include "utils/nsoption.h"
#include "utils/log.h"
-#include "utils.h"
+#include "css/utils.h"
/** Screen DPI in fixed point units: defaults to 90, which RISC OS uses */
css_fixed nscss_screen_dpi = F_90;