diff options
Diffstat (limited to 'sys/kern/kern_ntptime.c')
-rw-r--r-- | sys/kern/kern_ntptime.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/kern/kern_ntptime.c b/sys/kern/kern_ntptime.c index e88ddc9712d..9e50525343e 100644 --- a/sys/kern/kern_ntptime.c +++ b/sys/kern/kern_ntptime.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_ntptime.c,v 1.6 1998/02/08 22:41:35 tholo Exp $ */ +/* $OpenBSD: kern_ntptime.c,v 1.7 1998/08/27 00:44:43 mickey Exp $ */ /* $NetBSD: kern_ntptime.c,v 1.2 1996/03/07 14:31:20 christos Exp $ */ /****************************************************************************** @@ -49,6 +49,9 @@ * this routine are used by hardclock() to adjust the phase and * frequency of the phase-lock loop which controls the system clock. */ + +#include "opt_ntp.h" + #include <sys/param.h> #include <sys/resourcevar.h> #include <sys/systm.h> |