From e1fb3f9af1b953651f2c90ac3001564f03e867bd Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 21 Apr 2018 12:27:18 +0100 Subject: Media Queries: Include stylesheet.h for css_style. --- src/parse/mq.c | 1 + 1 file changed, 1 insertion(+) 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 +#include "stylesheet.h" #include "bytecode/bytecode.h" #include "parse/mq.h" #include "parse/properties/utils.h" -- cgit v1.2.3