Test: Add float header for FLT_RADIX definition.
diff --git a/test/testautomation_math.c b/test/testautomation_math.c
index 14d0afd..806534d 100644
--- a/test/testautomation_math.c
+++ b/test/testautomation_math.c
@@ -3,6 +3,7 @@
*/
#include <math.h>
+#include <float.h>
#include "SDL.h"
#include "SDL_test.h"