Fixed building on command line Mac OS X

This commit is contained in:
Sam Lantinga
2014-06-07 20:43:12 -07:00
parent cde32ccc83
commit 47e0aa0e6a
4 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@
* TRIG(x) returns trig(x) nearly rounded
*/
#include "math.h"
#include "math_libm.h"
#include "math_private.h"
double tan(double x)