From 414a4cdebc45925b59225cca208fee9c658b273e Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 15 Feb 2012 21:47:55 -0500 Subject: add float_t and double_t to math.h --- include/math.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/math.h') diff --git a/include/math.h b/include/math.h index 9c5f06e7..1a5f6fe9 100644 --- a/include/math.h +++ b/include/math.h @@ -5,6 +5,8 @@ extern "C" { #endif +#define __NEED_float_t +#define __NEED_double_t #define __NEED___uint16_t #define __NEED___uint32_t #define __NEED___uint64_t -- cgit v1.2.1