summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/timer.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2002-05-14 17:50:25 +0000
committerbrian <brian@FreeBSD.org>2002-05-14 17:50:25 +0000
commit06388d228095e803aa4b2936c941654fb124109e (patch)
tree3ac20825efca0d71eb4ba32741ba0ef98af84f31 /usr.sbin/ppp/timer.c
parent2bfa80a0dfcba0bcc8c19915ad0091a44a15150e (diff)
downloadFreeBSD-src-06388d228095e803aa4b2936c941654fb124109e.zip
FreeBSD-src-06388d228095e803aa4b2936c941654fb124109e.tar.gz
Fix an include for NetBSD
Diffstat (limited to 'usr.sbin/ppp/timer.c')
-rw-r--r--usr.sbin/ppp/timer.c3
1 files changed, 3 insertions, 0 deletions
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 <signal.h>
#include <stdio.h>
#include <string.h>
+#ifdef __NetBSD__
+#include <sys/time.h>
+#endif
#include <termios.h>
#include "log.h"
OpenPOWER on IntegriCloud