testmultiaudio.c needs to #include <stdio.h>.

This commit is contained in:
Ryan C. Gordon 2011-08-03 03:12:07 -04:00
parent b2540abd8e
commit 75b5258790

View file

@ -10,6 +10,7 @@
freely. freely.
*/ */
#include "SDL.h" #include "SDL.h"
#include <stdio.h>
static SDL_AudioSpec spec; static SDL_AudioSpec spec;
static Uint8 *sound = NULL; /* Pointer to wave data */ static Uint8 *sound = NULL; /* Pointer to wave data */