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