From 80f4fb7cc73bf94a1919406f8818496a88f38d19 Mon Sep 17 00:00:00 2001 From: brian Date: Sat, 11 May 2002 10:54:45 +0000 Subject: #include netinet/in.h when !__FreeBSD__ to silence some warnings from the inclusion of arpa/inet.h --- usr.sbin/ppp/mppe.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr.sbin/ppp/mppe.c b/usr.sbin/ppp/mppe.c index 9de16e9..04cb732 100644 --- a/usr.sbin/ppp/mppe.c +++ b/usr.sbin/ppp/mppe.c @@ -28,6 +28,9 @@ #include +#ifndef __FreeBSD__ +#include +#endif #include #include -- cgit v1.1