Przeglądaj źródła

Test: Add float header for FLT_RADIX definition.

Pierre Wendling 4 lat temu
rodzic
commit
a864180cf3
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      test/testautomation_math.c

+ 1 - 0
test/testautomation_math.c

@@ -3,6 +3,7 @@
  */
 
 #include <math.h>
+#include <float.h>
 
 #include "SDL.h"
 #include "SDL_test.h"