summaryrefslogtreecommitdiff
path: root/include/math.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-25 07:54:03 +0000
committerEric Andersen <andersen@codepoet.org>2001-05-25 07:54:03 +0000
commit05ab9bfe6f9e3adae3996269ccf010b4a48a0307 (patch)
treede25f2e7ca385d4ec961f239ef2e74407ee5d9e4 /include/math.h
parentb1870045d4ca91f603333400e514bd6ecd95f0ce (diff)
We need the definition of HUGE_VAL fpr some apps. Include it.
-Erik
Diffstat (limited to 'include/math.h')
-rw-r--r--include/math.h1
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 */