summaryrefslogtreecommitdiff
path: root/gpsdclient.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-03-02 23:24:03 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-03-02 23:24:03 +0000
commit68e56574cd2e8e26aa1ad35db05b2ccab085388f (patch)
treebaaddd1a371e0165d50c32248e8e96c973eb1947 /gpsdclient.c
parent9713aad879931bade1a3158b8414777450674e08 (diff)
downloadgpsd-68e56574cd2e8e26aa1ad35db05b2ccab085388f.tar.gz
Introduce gpsdclient.h header, not shipped.
So we can move stuff used internally by GPSD clients out of gps.h.
Diffstat (limited to 'gpsdclient.c')
-rw-r--r--gpsdclient.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gpsdclient.c b/gpsdclient.c
index 5180d94c..90a6a13d 100644
--- a/gpsdclient.c
+++ b/gpsdclient.c
@@ -10,7 +10,8 @@
#include <math.h>
#include "gpsd_config.h"
-#include "gpsd.h"
+#include "gps.h"
+#include "gpsdclient.h"
#ifdef HAVE_SETLOCALE
#include <locale.h>