Skip to content

Commit

Permalink
Added missing stdio include in test program.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 29, 2014
1 parent 3a80335 commit 8d11db2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/testmultiaudio.c
Expand Up @@ -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 */
Expand Down

0 comments on commit 8d11db2

Please sign in to comment.