From 1c1524f649e0034c975a164a3074b9a0517a92b0 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 22 Oct 2008 12:47:34 +0000 Subject: Bytecode stuff svn path=/trunk/libcss/; revision=5621 --- src/parse/css21props.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/parse') 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); -- cgit v1.2.3