diff options
| author | Brian Somers <brian@FreeBSD.org> | 1998-01-31 02:48:30 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1998-01-31 02:48:30 +0000 |
| commit | 7308ec6890afae98c7b0e239eeda8a11e452e198 (patch) | |
| tree | 4cc3a3447c73a0a1cad63ff98a78d4b46ad7702e /usr.sbin/ppp/filter.c | |
| parent | 8c07a7b2e0d7046e042a0c38fb62f75013bcf072 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/filter.c')
| -rw-r--r-- | usr.sbin/ppp/filter.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/filter.c b/usr.sbin/ppp/filter.c index a9ea18c0f3af..cdb5dd6d71b7 100644 --- a/usr.sbin/ppp/filter.c +++ b/usr.sbin/ppp/filter.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: filter.c,v 1.22.2.1 1998/01/29 23:11:33 brian Exp $ + * $Id: filter.c,v 1.22.2.2 1998/01/30 19:45:38 brian Exp $ * * TODO: Shoud send ICMP error message when we discard packets. */ @@ -42,6 +42,7 @@ #include "throughput.h" #include "hdlc.h" #include "link.h" +#include "fsm.h" #include "ipcp.h" #include "filter.h" |
