Commit 75b52587 authored by Ryan C. Gordon's avatar Ryan C. Gordon

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

parent b2540abd
...@@ -10,6 +10,7 @@ ...@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment