aboutsummaryrefslogtreecommitdiff
path: root/src/lib/include
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2017-04-21 14:57:53 +0200
committerAlex Auvolat <alex@adnab.me>2017-04-21 14:57:53 +0200
commitec08d0410730a16836eb40f5e46082b3bbaf45f6 (patch)
tree1191271926f1fe42049b974f4bd9bdf56a2945bb /src/lib/include
parent59ecab36f634a00cc6e2c4194bf2d5ebc4ec70eb (diff)
downloadkogata-ec08d0410730a16836eb40f5e46082b3bbaf45f6.tar.gz
kogata-ec08d0410730a16836eb40f5e46082b3bbaf45f6.zip
include lua_cmsgpack and implement select binding
Diffstat (limited to 'src/lib/include')
-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 :*/