summaryrefslogtreecommitdiff
path: root/math.c
diff options
context:
space:
mode:
Diffstat (limited to 'math.c')
-rw-r--r--math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math.c b/math.c
index 87d487d8a6..a781167d5e 100644
--- a/math.c
+++ b/math.c
@@ -9,10 +9,10 @@
**********************************************************************/
-#include "internal.h"
#ifdef _MSC_VER
# define _USE_MATH_DEFINES 1
#endif
+#include "internal.h"
#include <float.h>
#include <math.h>
#include <errno.h>