diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-25 07:54:03 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-25 07:54:03 +0000 |
commit | 05ab9bfe6f9e3adae3996269ccf010b4a48a0307 (patch) | |
tree | de25f2e7ca385d4ec961f239ef2e74407ee5d9e4 | |
parent | b1870045d4ca91f603333400e514bd6ecd95f0ce (diff) |
We need the definition of HUGE_VAL fpr some apps. Include it.
-Erik
-rw-r--r-- | include/math.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <features.h> +#include <bits/huge_val.h> /* Type of computer arithmetic */ |