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/lgammaf_r.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/math/lgammaf_r.c') diff --git a/src/math/lgammaf_r.c b/src/math/lgammaf_r.c index 976986aa..dc65bace 100644 --- a/src/math/lgammaf_r.c +++ b/src/math/lgammaf_r.c @@ -14,6 +14,7 @@ */ #include "libm.h" +#include "libc.h" static const float two23= 8.3886080000e+06, /* 0x4b000000 */ -- cgit v1.2.1