summaryrefslogtreecommitdiff
path: root/gpsmon.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-04-01 05:32:43 -0400
committerEric S. Raymond <esr@thyrsus.com>2015-04-01 05:32:43 -0400
commite498ed8029b4488eb09436df0716bc12a076c161 (patch)
tree0267b90730fdc54f9ca4aebd19738bb6e14c979b /gpsmon.c
parentc9c304581d7b98989a6831e5a49bf69cf085c1a7 (diff)
downloadgpsd-e498ed8029b4488eb09436df0716bc12a076c161.tar.gz
Eliminate some duplication code for timespec arithmetic.
Diffstat (limited to 'gpsmon.c')
-rw-r--r--gpsmon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsmon.c b/gpsmon.c
index 81d5c90b..506ef9f6 100644
--- a/gpsmon.c
+++ b/gpsmon.c
@@ -29,7 +29,7 @@
#include "gpsdclient.h"
#include "revision.h"
#include "strfuncs.h"
-#include "timespec_str.h"
+#include "timespec.h"
#define BUFLEN 2048