summaryrefslogtreecommitdiff
path: root/6515/libsensors_iio/software/core/mpl/inv_math.h
blob: 175511a5027d90ae1a49798269b81326bc34a6c1 (plain)
1
2
3
4
5
6
7
8
/* math.h has many functions and defines that are not consistent across 
* platforms. This address that */

#ifdef _WINDOWS
#define _USE_MATH_DEFINES
#endif

#include <math.h>