summaryrefslogtreecommitdiff
path: root/timehint.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-03-08 10:42:04 -0400
committerEric S. Raymond <esr@thyrsus.com>2015-03-08 10:42:04 -0400
commit0deeeb2b1fb55d78c4abedbf88c8f46d9b300ed6 (patch)
tree153b73860dff8d769cbbb3006cdb64d6014e23f0 /timehint.c
parent93f417401f02b85e936d93cf5f7ba54d75de49de (diff)
downloadgpsd-0deeeb2b1fb55d78c4abedbf88c8f46d9b300ed6.tar.gz
Break timespec_str out of gpsutils.c.
It's not used on the client side, and it's needed separately for ntplib. All regression tesrs pass. PPS is live.
Diffstat (limited to 'timehint.c')
-rw-r--r--timehint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/timehint.c b/timehint.c
index 8a6f9cf4..5f17e333 100644
--- a/timehint.c
+++ b/timehint.c
@@ -21,6 +21,7 @@
#include <unistd.h>
#endif /* S_SPLINT_S */
+#include "timespec_str.h"
#include "gpsd.h"
#ifdef NTPSHM_ENABLE