summaryrefslogtreecommitdiff
path: root/orc-test/orctest.c
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2009-12-02 15:04:39 -0800
committerDavid Schleef <ds@schleef.org>2009-12-02 15:20:26 -0800
commit86f3f83f0e7a4d08a01e601f8e422a0fddac6a88 (patch)
tree54c2ac964f015194c59886c798adb41790979b13 /orc-test/orctest.c
parent0acec171e9acfd147ffac090f2fcccc0b557da4f (diff)
Build fixes due to MSVC
Diffstat (limited to 'orc-test/orctest.c')
-rw-r--r--orc-test/orctest.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/orc-test/orctest.c b/orc-test/orctest.c
index 944959d..4be250c 100644
--- a/orc-test/orctest.c
+++ b/orc-test/orctest.c
@@ -13,6 +13,10 @@
#include <string.h>
#include <math.h>
+#ifdef _MSC_VER
+#define isnan(x) _isnan(x)
+#endif
+
void _orc_profile_init(void);
OrcRandomContext rand_context;