From fc0e032da5ca1c4b1e04a146220909eddebb6b86 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 8 Mar 2015 12:38:06 -0400 Subject: ppsthread.c is now fully decoupled from the libgpsd_core.c structures. The files ntpshm.h ntpshmread.c ntpshmwrite.c ppsthread.[ch] timespec_str.[ch] now form a standalone group which can be used for NTP communication and PPS thread monitoring. Separation is not yet perfect, as ppsthread.c requires gpsd_config.h for HAVE_SYS_TIMEPPS_H and npshmread.c/ntpshmwrite.c both require compiler.h. All regression tests pass. PPS is live on a GR-601W. --- gpsmon.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gpsmon.c') diff --git a/gpsmon.c b/gpsmon.c index b39eee94..0e0b428c 100644 --- a/gpsmon.c +++ b/gpsmon.c @@ -31,6 +31,7 @@ #include "gpsdclient.h" #include "revision.h" #include "strfuncs.h" +#include "timespec_str.h" #define BUFLEN 2048 -- cgit v1.2.1