summaryrefslogtreecommitdiff
path: root/test_libgps.c
diff options
context:
space:
mode:
authorRob Norris <rw_norris@hotmail.com>2016-02-29 21:36:23 +0000
committerJon Schlueter <jon.schlueter@gmail.com>2016-03-08 20:48:47 -0500
commit286046427488c1200cb375388f30bb11ac3b85bf (patch)
tree1d0bce7a9ba104eb53b5fe1e8aa228ac7e93434d /test_libgps.c
parent48083ca320afa1027067c8fe6f89119bb4d2efba (diff)
downloadgpsd-286046427488c1200cb375388f30bb11ac3b85bf.tar.gz
Move declarations of libgps_debug related functions and definitions.
Move from gpsd.h to libgps.h This is the more logical place for this code and removes the dependency of test_libgps.c on gpsd.h Signed-off-by: Jon Schlueter <jon.schlueter@gmail.com>
Diffstat (limited to 'test_libgps.c')
-rw-r--r--test_libgps.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test_libgps.c b/test_libgps.c
index 97ad107f..1102c35d 100644
--- a/test_libgps.c
+++ b/test_libgps.c
@@ -12,7 +12,8 @@
#define LIBGPS_DEBUG
-#include "gpsd.h"
+#include "gps.h"
+#include "libgps.h"
#include "gpsdclient.h"
#include <unistd.h>