diff --git a/ipppd/ccp.c b/ipppd/ccp.c index 321a0777..2f552e91 100644 --- a/ipppd/ccp.c +++ b/ipppd/ccp.c @@ -25,15 +25,14 @@ * OR MODIFICATIONS. */ -char ccp_rcsid[] = "$Id: ccp.c,v 1.13 1999/09/20 09:05:10 hipp Exp $"; +char ccp_rcsid[] = "$Id: ccp.c,v 1.14 1999/11/03 16:06:35 paul Exp $"; #include #include #include #include -#if 0 -#include -#endif +/* dummy decl for struct referenced but not defined in linux/ppp-comp.h */ +struct compstat; #include #include "fsm.h"