From afa2aaccea6e9f8c55809abb6471dc9aaa402711 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Thu, 5 Sep 2013 14:03:10 +0000 Subject: math: remove libc.h include from libm.h libc.h is only for weak_alias so include it directly where it is used --- src/math/lgamma_r.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/math/lgamma_r.c') diff --git a/src/math/lgamma_r.c b/src/math/lgamma_r.c index e3ed1733..82e296f5 100644 --- a/src/math/lgamma_r.c +++ b/src/math/lgamma_r.c @@ -79,6 +79,7 @@ */ #include "libm.h" +#include "libc.h" static const double two52= 4.50359962737049600000e+15, /* 0x43300000, 0x00000000 */ -- cgit v1.2.1