Skip to content

Commit f30b0d3

Browse files
author
Alexander Light
committed
Fix build for i386
This would not build on i386 due to a missing include.
1 parent c53d2dd commit f30b0d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/s_cbrtl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#include "fpmath.h"
2626
#include "math_private.h"
27-
#if defined(_WIN32) && defined(__i386__)
27+
#if defined(__i386__)
2828
#include "i387/bsd_ieeefp.h"
2929
#endif
3030

0 commit comments

Comments
 (0)