mirror of
https://github.com/yawut/SDL.git
synced 2026-08-22 16:55:29 -05:00
testmultiaudio.c needs to #include <stdio.h>.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
freely.
|
||||
*/
|
||||
#include "SDL.h"
|
||||
#include <stdio.h>
|
||||
|
||||
static SDL_AudioSpec spec;
|
||||
static Uint8 *sound = NULL; /* Pointer to wave data */
|
||||
|
||||
Reference in New Issue
Block a user