From 6f4cd65600d540b8daeb6b7fddb596f16c7d5b30 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Tue, 14 May 2002 17:50:25 +0000 Subject: [PATCH] Fix an include for NetBSD --- usr.sbin/ppp/timer.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr.sbin/ppp/timer.c b/usr.sbin/ppp/timer.c index edd242c6be0..68722a012b8 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"