diff --git a/numeric.c b/numeric.c index 83ed3e469d..734ab3455b 100644 --- a/numeric.c +++ b/numeric.c @@ -30,7 +30,7 @@ #include #endif -#if defined HAVE_FINITE && !defined finite +#if defined HAVE_FINITE && !defined finite && !defined _WIN32 extern int finite(double); #endif