diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1996-12-10 17:11:53 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1996-12-10 17:11:53 +0000 |
| commit | 628d2ac1b093f48f6fb98b17308acacc929876d8 (patch) | |
| tree | 1bb2cd09b3e27a462e04923aa2922608ee5ea899 /usr.sbin/xntpd | |
| parent | fc43f97826e798ad4e3534b59f3b8d3aac1c4abe (diff) | |
Notes
Diffstat (limited to 'usr.sbin/xntpd')
| -rw-r--r-- | usr.sbin/xntpd/include/ntp_if.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/xntpd/include/ntp_if.h b/usr.sbin/xntpd/include/ntp_if.h index bc842fbcc644..340481a6bbec 100644 --- a/usr.sbin/xntpd/include/ntp_if.h +++ b/usr.sbin/xntpd/include/ntp_if.h @@ -44,4 +44,8 @@ #endif /* SYS_SVR4 */ +#if defined(SYS_FREEBSD) +#include <sys/time.h> +#endif + #include <net/if.h> |
