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/lgammal.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/math/lgammal.c') diff --git a/src/math/lgammal.c b/src/math/lgammal.c index 5d56358e..cc4895eb 100644 --- a/src/math/lgammal.c +++ b/src/math/lgammal.c @@ -87,6 +87,7 @@ #define _GNU_SOURCE #include "libm.h" +#include "libc.h" #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024 double __lgamma_r(double x, int *sg); -- cgit v1.2.1