From c6f0bada59718f02cb7459634fd2227aaa95c3aa Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Wed, 19 Mar 2008 16:13:48 +0200 Subject: [PATCH] Add missing gpx.h include --- src/route.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/route.c b/src/route.c index 7c54e87..c84be28 100644 --- a/src/route.c +++ b/src/route.c @@ -28,7 +28,7 @@ #include "map.h" #include "map-download.h" #include "iap.h" - +#include "gpx.h" #include "help.h" #define DISTANCE_SQUARED(a, b) \ -- 2.39.5