Added missing stdio include in test program.

This commit is contained in:
Philipp Wiesemann 2014-05-29 22:48:10 +02:00
parent 3a8033587b
commit 8d11db2f93
1 changed files with 2 additions and 0 deletions

View File

@ -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 */