From 86a934d2251806fe5eed0d36c798c67c005f3fce Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Tue, 4 Sep 2007 17:33:10 +0000 Subject: 2007-09-04 Kazunori Asayama * libm/math/wf_tgamma.c: Add missing include. --- newlib/libm/math/wf_tgamma.c | 1 + 1 file changed, 1 insertion(+) (limited to 'newlib/libm') diff --git a/newlib/libm/math/wf_tgamma.c b/newlib/libm/math/wf_tgamma.c index 642d7c05b..2b57d845f 100644 --- a/newlib/libm/math/wf_tgamma.c +++ b/newlib/libm/math/wf_tgamma.c @@ -14,6 +14,7 @@ */ #include "math.h" +#include "fdlibm.h" #ifdef __STDC__ float tgammaf(float x) -- cgit v1.2.3