From 524abd46b4f48304f123869958bedecda1d891e9 Mon Sep 17 00:00:00 2001 From: seyko Date: Mon, 5 Jan 2015 18:23:32 +0300 Subject: [PATCH] round() in test (24_math_library) fail because there are no defs included. gcc complain but work right and tcc simply fail to compile right. --- tests/tests2/24_math_library.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/tests2/24_math_library.c b/tests/tests2/24_math_library.c index 4cc3d9e1..514a25f6 100644 --- a/tests/tests2/24_math_library.c +++ b/tests/tests2/24_math_library.c @@ -1,3 +1,5 @@ +#define _ISOC99_SOURCE 1 + #include #include -- 2.11.4.GIT