summaryrefslogtreecommitdiff
path: root/src/parse
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-10-22 22:27:32 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-10-22 22:27:32 +0000
commit5d9507591d83b48be8c76421b602500c196e3785 (patch)
tree8a67a1d5730147e8dd41f6b64b5204945a8a464f /src/parse
parent6dbfc2658ce9fcbd808783211933c23f97d64dfb (diff)
downloadlibcss-5d9507591d83b48be8c76421b602500c196e3785.tar.gz
libcss-5d9507591d83b48be8c76421b602500c196e3785.tar.bz2
Actually include the opcodes header.
Fix typos. svn path=/trunk/libcss/; revision=5624
Diffstat (limited to 'src/parse')
-rw-r--r--src/parse/css21props.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse/css21props.c b/src/parse/css21props.c
index 13a1b4b..24c9ba1 100644
--- a/src/parse/css21props.c
+++ b/src/parse/css21props.c
@@ -9,6 +9,7 @@
#define css_parse_css21props_c_
#include "bytecode/bytecode.h"
+#include "bytecode/opcodes.h"
static css_error parse_azimuth(css_css21 *c,
const parserutils_vector *vector, int *ctx,