2007-09-04 Kazunori Asayama <asayama@sm.sony.co.jp>
* libm/math/wf_tgamma.c: Add missing include.
This commit is contained in:
		| @@ -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> | 2007-08-31  Antony King  <antony.king@st.com> | ||||||
|  |  | ||||||
|         * libc/stdlib/mprec.h [_DOUBLE_IS_32BITS}: Define IEEE_Arith |         * libc/stdlib/mprec.h [_DOUBLE_IS_32BITS}: Define IEEE_Arith | ||||||
|   | |||||||
| @@ -14,6 +14,7 @@ | |||||||
|  */ |  */ | ||||||
|  |  | ||||||
| #include "math.h" | #include "math.h" | ||||||
|  | #include "fdlibm.h" | ||||||
|  |  | ||||||
| #ifdef __STDC__ | #ifdef __STDC__ | ||||||
| 	float tgammaf(float x) | 	float tgammaf(float x) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user