summaryrefslogtreecommitdiff
path: root/src/parse
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse')
-rw-r--r--src/parse/css21props.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parse/css21props.c b/src/parse/css21props.c
index b115ce8..13a1b4b 100644
--- a/src/parse/css21props.c
+++ b/src/parse/css21props.c
@@ -8,6 +8,8 @@
#ifndef css_parse_css21props_c_
#define css_parse_css21props_c_
+#include "bytecode/bytecode.h"
+
static css_error parse_azimuth(css_css21 *c,
const parserutils_vector *vector, int *ctx,
css_style **result);