Merged r3165:3166 from branches/SDL-1.2: gcc -Wall fix in arts audio target.

This commit is contained in:
Ryan C. Gordon 2007-07-08 01:37:48 +00:00
parent 686d49d1ff
commit 2d8bb10980

View File

@ -23,6 +23,11 @@
/* Allow access to a raw mixing buffer */
#ifdef HAVE_SIGNAL_H
#include <signal.h>
#endif
#include <unistd.h>
#include "SDL_timer.h"
#include "SDL_audio.h"
#include "../SDL_audiomem.h"