summaryrefslogtreecommitdiff
path: root/src/math/lgammaf_r.c
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2013-09-05 14:03:10 +0000
committerSzabolcs Nagy <nsz@port70.net>2013-09-05 14:03:10 +0000
commitafa2aaccea6e9f8c55809abb6471dc9aaa402711 (patch)
treea26cadb973ab5763273821235bde6974dd792448 /src/math/lgammaf_r.c
parent101e6012856918440b5d7474739c3fc22a8d3b85 (diff)
downloadmusl-afa2aaccea6e9f8c55809abb6471dc9aaa402711.tar.gz
math: remove libc.h include from libm.h
libc.h is only for weak_alias so include it directly where it is used
Diffstat (limited to 'src/math/lgammaf_r.c')
-rw-r--r--src/math/lgammaf_r.c1
1 files changed, 1 insertions, 0 deletions
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 */