math.h should #include sys/platform.h

Similar to f317b05
This commit is contained in:
Daniel Gibson 2012-10-15 21:56:54 +02:00
parent e19de75a99
commit ba549be284

View file

@ -29,6 +29,8 @@ If you have questions concerning this license or the applicable additional terms
#ifndef __MATH_MATH_H__
#define __MATH_MATH_H__
#include "sys/platform.h"
#ifdef MACOS_X
// for FLT_MIN
#include <float.h>