This website works better with JavaScript
Home
Explore
Help
Sign In
sdl
/
SDL
mirror of
https://github.com/libsdl-org/SDL.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Test: Add float header for FLT_RADIX definition.
Pierre Wendling
3 years ago
parent
7a55fa4e56
commit
a864180cf3
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
test/testautomation_math.c
+ 1
- 0
test/testautomation_math.c
View File
@@ -3,6 +3,7 @@
*/
*/
#include <math.h>
#include <math.h>
+#include <float.h>
#include "SDL.h"
#include "SDL.h"
#include "SDL_test.h"
#include "SDL_test.h"