From d93811908a3f6490d2137544537d1044c6e08ee6 Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 19 Jan 1998 22:34:20 +0000 Subject: [PATCH] sys/types.h -> sys/param.h Pointed out by: Niklas Hallqvist --- usr.sbin/ppp/arp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/ppp/arp.c b/usr.sbin/ppp/arp.c index 0287b2e0d9a7..226bbc7408fd 100644 --- a/usr.sbin/ppp/arp.c +++ b/usr.sbin/ppp/arp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: arp.c,v 1.21 1998/01/11 04:02:57 brian Exp $ + * $Id: arp.c,v 1.22 1998/01/19 02:59:32 brian Exp $ * */ @@ -25,7 +25,7 @@ * TODO: */ -#include +#include #include #include #include