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_core.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libgps_core.c') 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 #include "gpsd.h" +#include "libgps.h" #include "gps_json.h" #ifdef LIBGPS_DEBUG -- cgit v1.2.1