mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-17 14:47:19 +01:00
Added missing stdio include in test program.
This commit is contained in:
parent
3a8033587b
commit
8d11db2f93
@ -11,6 +11,8 @@
|
||||
*/
|
||||
#include "SDL.h"
|
||||
|
||||
#include <stdio.h> /* for fflush() and stdout */
|
||||
|
||||
static SDL_AudioSpec spec;
|
||||
static Uint8 *sound = NULL; /* Pointer to wave data */
|
||||
static Uint32 soundlen = 0; /* Length of wave data */
|
||||
|
Loading…
Reference in New Issue
Block a user