diff --git a/sys/kern/kern_ntptime.c b/sys/kern/kern_ntptime.c index 9d4c1b932252..aae22e7c37c9 100644 --- a/sys/kern/kern_ntptime.c +++ b/sys/kern/kern_ntptime.c @@ -48,13 +48,13 @@ #include #include #include +#include #include /* * The following variables are used by the hardclock() routine in the * kern_clock.c module and are described in that module. */ -extern struct timeval time; /* kernel time variable */ extern int time_state; /* clock state */ extern int time_status; /* clock status bits */ extern long time_offset; /* time adjustment (us) */