summaryrefslogtreecommitdiff
path: root/libgps_dbus.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-03-01 23:57:01 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-03-01 23:57:01 -0500
commit44b3532e07d2e3790a75ccd5a75f19deefa71e82 (patch)
tree3d1bd2eaf9a5134dbcee9247e5f31343c7e96fde /libgps_dbus.c
parent4964c68cf4ebca29d745ba02c4ba3da4a68e9abd (diff)
downloadgpsd-44b3532e07d2e3790a75ccd5a75f19deefa71e82.tar.gz
Implement POSIX clock_gettime(3) for systems that lack it (like Mac OS X).
On Mac OS X it will get proper nanosecond precision; elsewhere, only microseconds. Hides the conformance failure from the rest of the code. All regression tests pass.
Diffstat (limited to 'libgps_dbus.c')
-rw-r--r--libgps_dbus.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgps_dbus.c b/libgps_dbus.c
index 092e0bdf..826f12d4 100644
--- a/libgps_dbus.c
+++ b/libgps_dbus.c
@@ -14,7 +14,6 @@
#include "gps.h"
#include "gpsd_config.h"
-#include "compiler.h"
#include "libgps.h"
#if defined(DBUS_EXPORT_ENABLE) && !defined(S_SPLINT_S)