mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 16:51:52 -04:00
Fix build for hopf6021 and wharton reference clocks.
No PORTREVISION bump is needed since both reference clocks are not
built by default.
Fixes: de4864bd36
MFH: 2023Q2
11 lines
306 B
C
11 lines
306 B
C
--- libparse/clk_hopf6021.c.orig 2023-06-06 04:33:42.000000000 -0700
|
|
+++ libparse/clk_hopf6021.c 2023-06-06 06:36:00.964222000 -0700
|
|
@@ -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"
|