]> The Tcpdump Group git mirrors - tcpdump/commitdiff
unbroken BSDI build (should be revisited). from [email protected]
authoritojun <itojun>
Wed, 8 Nov 2000 09:41:39 +0000 (09:41 +0000)
committeritojun <itojun>
Wed, 8 Nov 2000 09:41:39 +0000 (09:41 +0000)
print-ppp.c

index f52d85cbb4a428c1361c06a0fac25fad1cf6dad2..bd283fe10cd0a82686f87b36272da46dbd72534c 100644 (file)
@@ -31,7 +31,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-ppp.c,v 1.55 2000-10-24 00:56:50 fenner Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-ppp.c,v 1.56 2000-11-08 09:41:39 itojun Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -41,6 +41,11 @@ static const char rcsid[] =
 #include <sys/param.h>
 #include <sys/time.h>
 
+#ifdef __bsdi__
+#include <net/slcompress.h>
+#include <net/if_ppp.h>
+#endif
+
 #include <netinet/in.h>
 
 #include <ctype.h>