From 4c445f013dba6fa8576d4463cb84c186e2b6f3bd Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 14 Nov 2004 12:12:29 +0000 Subject: [PATCH] Move all explicit extern declarations of logf() [which is apparently missing from system includes while present in the library; does anybody know, why?] to lib/math.h. --- lib/math.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/math.h b/lib/math.h index 4bd52b90..3c55e987 100644 --- a/lib/math.h +++ b/lib/math.h @@ -14,3 +14,5 @@ #undef log #define log log_msg #undef exception + +float logf(float); -- 2.39.2