Procházet zdrojové kódy

Test: Add float header for FLT_RADIX definition.

Pierre Wendling před 4 roky
rodič
revize
a864180cf3
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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"