From a6215294142785ee892959da35d1ff8294fe2802 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 28 Sep 2011 01:33:31 -0400 Subject: Break out prototypes for client library export methgods into a new heasder. All regression tests pass. All three exports work in gpxlogger. --- libgps_sock.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libgps_sock.c') 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" -- cgit v1.2.1