diff options
| author | Brian Somers <brian@FreeBSD.org> | 2002-05-14 17:50:25 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2002-05-14 17:50:25 +0000 |
| commit | 6f4cd65600d540b8daeb6b7fddb596f16c7d5b30 (patch) | |
| tree | 3ac20825efca0d71eb4ba32741ba0ef98af84f31 /usr.sbin/ppp/timer.c | |
| parent | cf6b7c4adc388c37d58500c1461b5ca0c96866ca (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/timer.c')
| -rw-r--r-- | usr.sbin/ppp/timer.c | 3 |
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" |
