Fixed building on command line Mac OS X

This commit is contained in:
Sam Lantinga 2014-06-07 20:43:12 -07:00
parent 4886b4d9d9
commit 7ffc6a3040
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)