summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/c99_math.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/c99_math.h b/include/c99_math.h
index bd35d1b32ed..5b01d53a83a 100644
--- a/include/c99_math.h
+++ b/include/c99_math.h
@@ -71,6 +71,7 @@ roundf(float x)
#endif
#ifndef INFINITY
+#include <float.h> // DBL_MAX
#define INFINITY (DBL_MAX + DBL_MAX)
#endif