Explorar el Código

Fix build for i386

This would not build on i386 due to a missing include.
Alexander Light hace 10 años
padre
commit
f30b0d3045
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/s_cbrtl.c

+ 1 - 1
src/s_cbrtl.c

@@ -24,7 +24,7 @@
 
 #include "fpmath.h"
 #include "math_private.h"
-#if defined(_WIN32) && defined(__i386__)
+#if defined(__i386__)
 #include "i387/bsd_ieeefp.h"
 #endif