From: Jan Safranek Date: Thu, 26 Mar 2009 14:04:41 +0000 (+0100) Subject: Fix compilation of some stuff X-Git-Tag: v0.34~73^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9d14a8371e558e2609155aafb9f92808965b1e7;p=thirdparty%2Flibcgroup.git Fix compilation of some stuff yacc does not generate y.tab.h, it has different name now. Signed-off-by: Jan Safranek --- diff --git a/src/lex.l b/src/lex.l index 48a53b47..817b6b68 100644 --- a/src/lex.l +++ b/src/lex.l @@ -13,7 +13,7 @@ %{ #include -#include "y.tab.h" +#include "parse.h" int line_no = 1; %}