2007-09-04 Kazunori Asayama <asayama@sm.sony.co.jp>

* libm/math/wf_tgamma.c: Add missing include.
This commit is contained in:
Jeff Johnston 2007-09-04 17:33:10 +00:00
parent 3509dfbbca
commit 86a934d225
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-09-04 Kazunori Asayama <asayama@sm.sony.co.jp>
* libm/math/wf_tgamma.c: Add missing include.
2007-08-31 Antony King <antony.king@st.com>
* libc/stdlib/mprec.h [_DOUBLE_IS_32BITS}: Define IEEE_Arith

View File

@ -14,6 +14,7 @@
*/
#include "math.h"
#include "fdlibm.h"
#ifdef __STDC__
float tgammaf(float x)