summaryrefslogtreecommitdiff
path: root/gpsutils.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-08-25 20:51:11 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-08-25 20:51:11 -0400
commit549f31b505bf7af55c2370691bd3f5ff7079c415 (patch)
treed2ed76dbb469f56a4da732e4a1e1528091413c10 /gpsutils.c
parent817c5fde0de067491b46e82586353aed159e73aa (diff)
downloadgpsd-549f31b505bf7af55c2370691bd3f5ff7079c415.tar.gz
Now that gpsd.h is safe to include in libgps, revert an earlier change.
Diffstat (limited to 'gpsutils.c')
-rw-r--r--gpsutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsutils.c b/gpsutils.c
index 636691b8..65a7e284 100644
--- a/gpsutils.c
+++ b/gpsutils.c
@@ -10,7 +10,7 @@
#include <string.h>
#include <math.h>
-#include "gps.h"
+#include "gpsd.h" /* could be gps.h if we didn't need s[lint decorations */
#ifdef USE_QT
#include <QDateTime>