summaryrefslogtreecommitdiff
path: root/timespec_str.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 /timespec_str.c
parentc9c304581d7b98989a6831e5a49bf69cf085c1a7 (diff)
downloadgpsd-e498ed8029b4488eb09436df0716bc12a076c161.tar.gz
Eliminate some duplication code for timespec arithmetic.
Diffstat (limited to 'timespec_str.c')
-rw-r--r--timespec_str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/timespec_str.c b/timespec_str.c
index 5af8a825..4f2c3e98 100644
--- a/timespec_str.c
+++ b/timespec_str.c
@@ -19,7 +19,7 @@
#include <errno.h>
#include <ctype.h>
-#include "timespec_str.h"
+#include "timespec.h"
/* Convert a normalized timespec to a nice string
* put in it *buf, buf should be at least 22 bytes