Include <math.h> header before trying to #define M_PI and M_SQRT2. (Needed for AIX tinderbox build.)

This commit is contained in:
alex.fritze%crocodile-clips.com 2004-02-08 22:30:24 +00:00
Родитель 7ed20a2b00
Коммит bdd6d56577
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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