From 8cb321ec78908552cfc1329da3d6efaeac1e8423 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 2 May 2004 00:21:41 +0000 Subject: [project @ 2004-05-02 00:21:40 by jmb] Minimal fixes to allow compilation with Norcroft svn path=/import/netsurf/; revision=813 --- css/parser.y | 1 + 1 file changed, 1 insertion(+) (limited to 'css/parser.y') diff --git a/css/parser.y b/css/parser.y index 81a2772c1..fc7a56289 100644 --- a/css/parser.y +++ b/css/parser.y @@ -320,6 +320,7 @@ any(A) ::= ASTERISK(B). %extra_argument { struct css_parser_params *param } %include { +#include #define CSS_INTERNALS #include "netsurf/css/css.h" #include "netsurf/utils/utils.h" } -- cgit v1.2.3