Include <math.h> header before trying to #define M_PI and M_SQRT2. (Needed for AIX tinderbox build.)
git-svn-id: svn://10.0.0.236/trunk@152528 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ec05034d44
commit
02b2b8d5bc
@ -24,6 +24,7 @@
|
||||
#define __ART_MISC_H__
|
||||
|
||||
#include <stdlib.h> /* for malloc, etc. */
|
||||
#include <math.h> /* for M_PI, M_SQRT2 */
|
||||
|
||||
/* The art_config.h file is automatically generated by
|
||||
gen_art_config.c and contains definitions of
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user