aboutsummaryrefslogtreecommitdiff
blob: a7be8327016dac3b4dee3d530507c5040ceab9df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- dmd2/dmd/src/root/port.c
+++ dmd2/dmd/src/root/port.c
@@ -583,8 +583,7 @@
 
 #include <math.h>
 #if __linux__
-#include <bits/nan.h>
-#include <bits/mathdef.h>
+#include <complex.h>
 #endif
 #if __FreeBSD__ && __i386__
 #include <ieeefp.h>