From 05ab9bfe6f9e3adae3996269ccf010b4a48a0307 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 25 May 2001 07:54:03 +0000 Subject: We need the definition of HUGE_VAL fpr some apps. Include it. -Erik --- include/math.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/math.h') diff --git a/include/math.h b/include/math.h index 3563c908f..c6ebcaacc 100644 --- a/include/math.h +++ b/include/math.h @@ -53,6 +53,7 @@ #define _MATH_H 1 #include +#include /* Type of computer arithmetic */ -- cgit v1.2.3