This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
gugdun
/
SDL
mirror da
https://github.com/libsdl-org/SDL
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
Test: Add float header for FLT_RADIX definition.
Pierre Wendling
4 anni fa
parent
7a55fa4e56
commit
a864180cf3
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
test/testautomation_math.c
+ 1
- 0
test/testautomation_math.c
Vedi File
@@ -3,6 +3,7 @@
*/
#include <math.h>
+#include <float.h>
#include "SDL.h"
#include "SDL_test.h"