summaryrefslogtreecommitdiffstats
path: root/src/host/gsmmap/geo.c
diff options
context:
space:
mode:
authorAndreas.Eversberg2010-10-30 14:30:00 +0200
committerAndreas.Eversberg2010-10-30 14:30:00 +0200
commit33ad399e21e9d5b4867e229a79f8f60bcf8908f2 (patch)
tree1b20a07401af2e3d921085b5bbc6ac71f84a1ed7 /src/host/gsmmap/geo.c
parent[layer23] Fixed T3 value in RACH confirm message (diff)
downloadosmocom-33ad399e21e9d5b4867e229a79f8f60bcf8908f2.tar.gz
osmocom-33ad399e21e9d5b4867e229a79f8f60bcf8908f2.tar.xz
osmocom-33ad399e21e9d5b4867e229a79f8f60bcf8908f2.zip
[layer23] cell_log's scanning depth now depends on movement speed
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 3fb9b7a..65633d2 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)
{