Commit a864180cf35f0d7ad61b5fa6df26c67b539cf392

Pierre Wendling 2022-05-15T19:36:30

Test: Add float header for FLT_RADIX definition.

1
2
3
4
5
6
7
8
9
10
11
12
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"