mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 14:55:17 +00:00
ntp: Fix build
Two files used to obtain time from reference clocks did not include ntp_types.h resulting in an undefined NONEMPTY_TRANSLATION_UNIT. Fixes: e6bfd18d21b2 MFC after: 3 days X-MFC-with: e6bfd18d21b2
This commit is contained in:
parent
e6bfd18d21
commit
82aa1470c9
@ -20,6 +20,8 @@
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <ntp_types.h>
|
||||
|
||||
#if defined(REFCLOCK) && defined(CLOCK_PARSE) && defined(CLOCK_HOPF6021)
|
||||
|
||||
#include "ntp_fp.h"
|
||||
|
@ -9,6 +9,8 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <ntp_types.h>
|
||||
|
||||
#if defined(REFCLOCK) && defined(CLOCK_PARSE) && defined(CLOCK_WHARTON_400A)
|
||||
/*
|
||||
* Support for WHARTON 400A Series clock + 404.2 serial interface.
|
||||
|
Loading…
x
Reference in New Issue
Block a user