summaryrefslogtreecommitdiff
path: root/src/lex
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-08-04 19:17:27 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-08-04 19:17:27 +0000
commitf2d1017b9869432b3863dce6e759148e3a4e9e16 (patch)
treee95c8351239cd56237c0024a792f353d97468d28 /src/lex
parent22f18932fb790295e6047ca1301687ade5546e94 (diff)
downloadlibcss-f2d1017b9869432b3863dce6e759148e3a4e9e16.tar.gz
libcss-f2d1017b9869432b3863dce6e759148e3a4e9e16.tar.bz2
Stub out at-rule handling
svn path=/trunk/libcss/; revision=4899
Diffstat (limited to 'src/lex')
-rw-r--r--src/lex/lex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lex/lex.h b/src/lex/lex.h
index 2cdf7f1..97a4a17 100644
--- a/src/lex/lex.h
+++ b/src/lex/lex.h
@@ -8,6 +8,7 @@
#ifndef css_lex_lex_h_
#define css_lex_lex_h_
+#include <libcss/errors.h>
#include <libcss/functypes.h>
#include <libcss/types.h>