From 413205628dbf0aa10d01c1c2c8fc1ceab615daad Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Sat, 11 May 2002 17:04:01 +0000 Subject: [PATCH] We don't need to include arpa/inet.h here. In fact, only FreeBSD needs netinet/in.h. --- usr.sbin/ppp/mppe.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.sbin/ppp/mppe.c b/usr.sbin/ppp/mppe.c index 04cb7326c4f7..e060c39fb053 100644 --- a/usr.sbin/ppp/mppe.c +++ b/usr.sbin/ppp/mppe.c @@ -28,10 +28,9 @@ #include -#ifndef __FreeBSD__ +#ifdef __FreeBSD__ #include #endif -#include #include #include