summaryrefslogtreecommitdiff
path: root/src/parse
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2018-04-21 12:27:18 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2019-03-10 13:42:03 +0000
commite1fb3f9af1b953651f2c90ac3001564f03e867bd (patch)
treed677d1375487bf445e23a3dac4ab96456917dc39 /src/parse
parent0b5d61d41b786ff6c081e5f44d12b061cf453caa (diff)
downloadlibcss-e1fb3f9af1b953651f2c90ac3001564f03e867bd.tar.gz
libcss-e1fb3f9af1b953651f2c90ac3001564f03e867bd.tar.bz2
Media Queries: Include stylesheet.h for css_style.
Diffstat (limited to 'src/parse')
-rw-r--r--src/parse/mq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse/mq.c b/src/parse/mq.c
index c557996..48f4c41 100644
--- a/src/parse/mq.c
+++ b/src/parse/mq.c
@@ -9,6 +9,7 @@
#include <libcss/fpmath.h>
+#include "stylesheet.h"
#include "bytecode/bytecode.h"
#include "parse/mq.h"
#include "parse/properties/utils.h"