Added missing stdio include in test program.
This commit is contained in:
parent
4e8cb4d7be
commit
6f8e4f99dc
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue