From ec08d0410730a16836eb40f5e46082b3bbaf45f6 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 21 Apr 2017 14:57:53 +0200 Subject: include lua_cmsgpack and implement select binding --- src/lib/include/math.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/include') 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 :*/ -- cgit v1.2.3