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

This commit is contained in:
Ryan C. Gordon
2011-08-03 03:12:07 -04:00
parent 6634d3d1fe
commit e308b7f557

View File

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