summaryrefslogtreecommitdiffstats
path: root/sys/net/ppp_tty.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/ppp_tty.c')
-rw-r--r--sys/net/ppp_tty.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/net/ppp_tty.c b/sys/net/ppp_tty.c
index 3eefc37..200019f 100644
--- a/sys/net/ppp_tty.c
+++ b/sys/net/ppp_tty.c
@@ -70,14 +70,19 @@
* Paul Mackerras (paulus@cs.anu.edu.au).
*/
-/* $Id: ppp_tty.c,v 1.24 1997/09/21 22:01:13 gibbs Exp $ */
+/* $Id: ppp_tty.c,v 1.25 1997/10/10 11:57:43 peter Exp $ */
#include "ppp.h"
#if NPPP > 0
#define VJC
#define PPP_COMPRESS
+
+#include "bpfilter.h"
+#if NBPFILTER > 0
#define PPP_FILTER
+#endif
+
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud