summaryrefslogtreecommitdiff
path: root/tests/test_gpsmm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_gpsmm.cpp')
-rw-r--r--tests/test_gpsmm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_gpsmm.cpp b/tests/test_gpsmm.cpp
index 4106b476..53420182 100644
--- a/tests/test_gpsmm.cpp
+++ b/tests/test_gpsmm.cpp
@@ -11,8 +11,8 @@
#include <getopt.h>
-#include "libgpsmm.h"
-#include "gpsdclient.c"
+#include "../libgpsmm.h"
+#include "../gpsdclient.c"
/* YES ---> ^^^^
Using .c rather than the .h to embed gpsd_source_spec() source here
so that it is compiled in C++ rather than C of the gps library