=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/compile_et/Attic/compile_et.h,v retrieving revision 1.2 retrieving revision 1.3 diff -c -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 **** ! /* $OpenBSD: compile_et.h,v 1.2 2001/01/29 01:57:56 niklas Exp $ */ /* * Copyright (c) 1998 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). --- 1,4 ---- ! /* $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,51 **** --- 46,53 ---- #include #endif + #include + #include #include #include #include *************** *** 80,84 **** --- 82,88 ---- (L)->tail = &(V)->next; \ } \ }while(0) + + int yylex(void); #endif /* __COMPILE_ET_H__ */