diff options
-rw-r--r-- | math.c | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -9,13 +9,22 @@ **********************************************************************/ #ifdef _MSC_VER # define _USE_MATH_DEFINES 1 #endif -#include "internal.h" #include <float.h> #include <math.h> -#include <errno.h> #if defined(HAVE_SIGNBIT) && defined(__GNUC__) && defined(__sun) && \ !defined(signbit) |