Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
testmultiaudio.c needs to #include <stdio.h>.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 3, 2011
1 parent e7f6201 commit 912912a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/testmultiaudio.c
Expand Up @@ -10,6 +10,7 @@
freely.
*/
#include "SDL.h"
#include <stdio.h>

static SDL_AudioSpec spec;
static Uint8 *sound = NULL; /* Pointer to wave data */
Expand Down

0 comments on commit 912912a

Please sign in to comment.