Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added missing stdio include in test program.
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
test/testmultiaudio.c
|
@@ -11,6 +11,8 @@ |
|
|
*/ |
|
|
#include "SDL.h" |
|
|
|
|
|
#include <stdio.h> /* for fflush() and stdout */ |
|
|
|
|
|
static SDL_AudioSpec spec; |
|
|
static Uint8 *sound = NULL; /* Pointer to wave data */ |
|
|
static Uint32 soundlen = 0; /* Length of wave data */ |
|
|