=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/compile_et/Attic/compile_et.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/compile_et/Attic/compile_et.h 2001/01/29 01:57:56 1.2 +++ src/usr.bin/compile_et/Attic/compile_et.h 2005/05/13 05:05:22 1.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: compile_et.h,v 1.2 2001/01/29 01:57:56 niklas Exp $ */ +/* $OpenBSD: compile_et.h,v 1.3 2005/05/13 05:05:22 jaredy Exp $ */ /* * Copyright (c) 1998 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). @@ -46,6 +46,8 @@ #include #endif +#include +#include #include #include #include @@ -80,5 +82,7 @@ (L)->tail = &(V)->next; \ } \ }while(0) + +int yylex(void); #endif /* __COMPILE_ET_H__ */