aboutsummaryrefslogtreecommitdiffstats
path: root/complex.c
diff options
context:
space:
mode:
Diffstat (limited to 'complex.c')
-rw-r--r--complex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/complex.c b/complex.c
index 50d53afcde..beaf6713a1 100644
--- a/complex.c
+++ b/complex.c
@@ -5,12 +5,12 @@
which is written in ruby.
*/
-#include "internal.h"
#if defined _MSC_VER
/* Microsoft Visual C does not define M_PI and others by default */
# define _USE_MATH_DEFINES 1
#endif
#include <math.h>
+#include "internal.h"
#define NDEBUG
#include <assert.h>