From e2820fe0b1d7ff0ba9e762a0a00d22533497decd Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 8 Aug 2008 22:18:47 +0000 Subject: Turn internal representation outline into a header file. svn path=/trunk/libcss/; revision=4964 --- src/parse/css21.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parse') 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 +#include "stylesheet.h" #include "lex/lex.h" #include "parse/css21.h" #include "parse/parse.h" -- cgit v1.2.3