Commit 1d89fd5f authored by Ryan C. Gordon's avatar Ryan C. Gordon

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

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402437
parent 04c05620
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment