kern_ntptime.c: Add define in order to remove warning

Update #2349.
This commit is contained in:
Gabriel Moyano
2022-05-20 11:30:00 +02:00
committed by Sebastian Huber
parent 13513b8104
commit b304603b62

View File

@@ -58,6 +58,9 @@ __FBSDID("$FreeBSD$");
#include <sys/time.h>
#include <sys/timex.h>
#include <sys/timetc.h>
#ifdef __rtems__
#define _KERNEL
#endif /* __rtems__ */
#include <sys/timepps.h>
#ifndef __rtems__
#include <sys/syscallsubr.h>