diff options
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/ppp/main.c | 1 | ||||
| -rw-r--r-- | usr.sbin/ppp/sig.c | 2 | ||||
| -rw-r--r-- | usr.sbin/ppp/timer.c | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/ppp/main.c b/usr.sbin/ppp/main.c index f0b079474c8f5..1417dd71fdaf9 100644 --- a/usr.sbin/ppp/main.c +++ b/usr.sbin/ppp/main.c @@ -43,6 +43,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <sys/time.h> #include <termios.h> #include <unistd.h> #include <sys/stat.h> diff --git a/usr.sbin/ppp/sig.c b/usr.sbin/ppp/sig.c index 49ca42cf378f6..a42194be0c71d 100644 --- a/usr.sbin/ppp/sig.c +++ b/usr.sbin/ppp/sig.c @@ -26,6 +26,8 @@ * $FreeBSD$ */ +#include <sys/types.h> + #include <signal.h> #include "log.h" diff --git a/usr.sbin/ppp/timer.c b/usr.sbin/ppp/timer.c index 68722a012b843..3003b6c39a82f 100644 --- a/usr.sbin/ppp/timer.c +++ b/usr.sbin/ppp/timer.c @@ -32,9 +32,7 @@ #include <signal.h> #include <stdio.h> #include <string.h> -#ifdef __NetBSD__ #include <sys/time.h> -#endif #include <termios.h> #include "log.h" |
