Fix missing #include.
authorTaylor R Campbell <campbell@mumble.net>
Sun, 25 Aug 2019 18:25:43 +0000 (18:25 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Sun, 25 Aug 2019 19:11:54 +0000 (19:11 +0000)
Mistake failed silently because it only changed #ifdef outcome.

src/microcode/flonum.c

index a5c6df166772d0f98c183f4b962cc6cd3209fa70..7a8062e88f8e6401f4dedef7037de41511bbc71f 100644 (file)
@@ -33,6 +33,7 @@ USA.
 #include "prims.h"
 #include "ctassert.h"
 #include "fma.h"
+#include "floenv.h"
 
 double
 arg_flonum (int arg_number)