summaryrefslogtreecommitdiff
path: root/libgps_sock.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_sock.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_sock.c')
-rw-r--r--libgps_sock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgps_sock.c b/libgps_sock.c
index ae4d45c3..42280fcb 100644
--- a/libgps_sock.c
+++ b/libgps_sock.c
@@ -31,6 +31,7 @@
#include "gps.h"
#include "gpsd.h"
+#include "libgps.h"
#ifdef SOCKET_EXPORT_ENABLE
#include "gps_json.h"