]> err.no Git - mapper/commitdiff
Add missing gpx.h include
authorKaj-Michael Lang <milang@tal.org>
Wed, 19 Mar 2008 14:13:48 +0000 (16:13 +0200)
committerKaj-Michael Lang <milang@tal.org>
Wed, 19 Mar 2008 14:13:48 +0000 (16:13 +0200)
src/route.c

index 7c54e87fedbb93b9b25be2947d9f37e8f05c5b1e..c84be286b797dd6718644b2c83aba2d7cb531295 100644 (file)
@@ -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) \