From 06388d228095e803aa4b2936c941654fb124109e Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 14 May 2002 17:50:25 +0000 Subject: Fix an include for NetBSD --- usr.sbin/ppp/timer.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr.sbin/ppp/timer.c') diff --git a/usr.sbin/ppp/timer.c b/usr.sbin/ppp/timer.c index edd242c..68722a0 100644 --- a/usr.sbin/ppp/timer.c +++ b/usr.sbin/ppp/timer.c @@ -32,6 +32,9 @@ #include #include #include +#ifdef __NetBSD__ +#include +#endif #include #include "log.h" -- cgit v1.1