summaryrefslogtreecommitdiffstats
path: root/newlib/libm/math/wf_tgamma.c
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2007-09-04 17:33:10 +0000
committerJeff Johnston <jjohnstn@redhat.com>2007-09-04 17:33:10 +0000
commit86a934d2251806fe5eed0d36c798c67c005f3fce (patch)
tree14be350187118674cbe72edb4f92d91980845331 /newlib/libm/math/wf_tgamma.c
parent3509dfbbcac951ca2bd3128797690b6d2de3b3eb (diff)
downloadcygnal-86a934d2251806fe5eed0d36c798c67c005f3fce.tar.gz
cygnal-86a934d2251806fe5eed0d36c798c67c005f3fce.tar.bz2
cygnal-86a934d2251806fe5eed0d36c798c67c005f3fce.zip
2007-09-04 Kazunori Asayama <asayama@sm.sony.co.jp>
* libm/math/wf_tgamma.c: Add missing include.
Diffstat (limited to 'newlib/libm/math/wf_tgamma.c')
-rw-r--r--newlib/libm/math/wf_tgamma.c1
1 files changed, 1 insertions, 0 deletions
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)