testmultiaudio.c needs to #include <stdio.h>.
This commit is contained in:
parent
b2540abd8e
commit
75b5258790
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
freely.
|
||||
*/
|
||||
#include "SDL.h"
|
||||
#include <stdio.h>
|
||||
|
||||
static SDL_AudioSpec spec;
|
||||
static Uint8 *sound = NULL; /* Pointer to wave data */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue