summaryrefslogtreecommitdiff
path: root/src/parse
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-08-08 22:18:47 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-08-08 22:18:47 +0000
commite2820fe0b1d7ff0ba9e762a0a00d22533497decd (patch)
treee8aadd1f291288836ceb75570540a967ba36d2b3 /src/parse
parent0ea6c0cb994c464d3b3274f044364b5715047f7d (diff)
downloadlibcss-e2820fe0b1d7ff0ba9e762a0a00d22533497decd.tar.gz
libcss-e2820fe0b1d7ff0ba9e762a0a00d22533497decd.tar.bz2
Turn internal representation outline into a header file.
svn path=/trunk/libcss/; revision=4964
Diffstat (limited to 'src/parse')
-rw-r--r--src/parse/css21.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse/css21.c b/src/parse/css21.c
index 0365013..caaacd3 100644
--- a/src/parse/css21.c
+++ b/src/parse/css21.c
@@ -10,6 +10,7 @@
#include <parserutils/utils/stack.h>
+#include "stylesheet.h"
#include "lex/lex.h"
#include "parse/css21.h"
#include "parse/parse.h"