aboutsummaryrefslogtreecommitdiff
path: root/src/lib/include/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/include/math.h')
-rw-r--r--src/lib/include/math.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/include/math.h b/src/lib/include/math.h
index 4a23bd8..dfb515c 100644
--- a/src/lib/include/math.h
+++ b/src/lib/include/math.h
@@ -56,4 +56,6 @@ double exp(double x);
double frexp(double x, int *exp);
double pow(double x, double y);
+#define isinf(x) (0)
+
/* vim: set sts=0 ts=4 sw=4 tw=0 noet :*/