From 8ad10bcbc56db831de11fe283b947814ed613e3d Mon Sep 17 00:00:00 2001 From: "(null)" <(null)> Date: Tue, 2 Sep 2008 14:24:41 +0200 Subject: [PATCH 1/1] Portability --- src/googlemaps.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/googlemaps.c b/src/googlemaps.c index 9dc5e583..313a468c 100644 --- a/src/googlemaps.c +++ b/src/googlemaps.c @@ -24,7 +24,11 @@ #include #include + +#ifdef HAVE_MATH_H #include +#endif + #include "viking.h" #include "coords.h" #include "vikcoord.h" -- 2.39.5