summaryrefslogtreecommitdiff
path: root/libgps_core.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-09-28 01:33:31 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-09-28 01:33:31 -0400
commita6215294142785ee892959da35d1ff8294fe2802 (patch)
tree897bc670404dc0dc6f801d3e1fee69301f125887 /libgps_core.c
parent6b0650169ade1c34425fec5a9605a0b651b3b0b4 (diff)
downloadgpsd-a6215294142785ee892959da35d1ff8294fe2802.tar.gz
Break out prototypes for client library export methgods into a new heasder.
All regression tests pass. All three exports work in gpxlogger.
Diffstat (limited to 'libgps_core.c')
-rw-r--r--libgps_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgps_core.c b/libgps_core.c
index 6ea9f976..2196b0ab 100644
--- a/libgps_core.c
+++ b/libgps_core.c
@@ -15,6 +15,7 @@
#include <stdarg.h>
#include "gpsd.h"
+#include "libgps.h"
#include "gps_json.h"
#ifdef LIBGPS_DEBUG