summaryrefslogtreecommitdiffstats
path: root/src/host/gsmmap/geo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/gsmmap/geo.c')
-rw-r--r--src/host/gsmmap/geo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/gsmmap/geo.c b/src/host/gsmmap/geo.c
index 3fb9b7a2..65633d2c 100644
--- a/src/host/gsmmap/geo.c
+++ b/src/host/gsmmap/geo.c
@@ -1,5 +1,5 @@
#include <math.h>
-#include <geo.h>
+#include "geo.h"
void geo2space(double *x, double *y, double *z, double lon, double lat)
{