aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/timer.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2002-05-14 17:50:25 +0000
committerBrian Somers <brian@FreeBSD.org>2002-05-14 17:50:25 +0000
commit6f4cd65600d540b8daeb6b7fddb596f16c7d5b30 (patch)
tree3ac20825efca0d71eb4ba32741ba0ef98af84f31 /usr.sbin/ppp/timer.c
parentcf6b7c4adc388c37d58500c1461b5ca0c96866ca (diff)
Notes
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 edd242c6be0ce..68722a012b843 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"