From 4b8d6effb83a2cd536e291d4c6a369e79804fdc2 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Tue, 10 Feb 2009 19:06:05 +0000 Subject: fix compilation Noted By: pav --- devel/mercator/files/patch-Merecator-iround.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/mercator/files/patch-Merecator-iround.h b/devel/mercator/files/patch-Merecator-iround.h index 1bac80e786a9..cd1a2cadbfec 100644 --- a/devel/mercator/files/patch-Merecator-iround.h +++ b/devel/mercator/files/patch-Merecator-iround.h @@ -1,6 +1,6 @@ --- Mercator/iround.h.orig Tue Oct 4 01:25:06 2005 +++ Mercator/iround.h Tue Oct 4 01:31:36 2005 -@@ -9,6 +9,16 @@ +@@ -9,6 +9,17 @@ #error iround.h must be included after config.h #endif @@ -12,6 +12,7 @@ +extern float rintf __P((float)); +} +#endif ++#include +#endif + #ifdef HAVE_LRINTF -- cgit