mirror of
https://github.com/yawut/SDL.git
synced 2026-07-31 07:27:07 -05:00
Merged r3165:3166 from branches/SDL-1.2: gcc -Wall fix in arts audio target.
This commit is contained in:
parent
686d49d1ff
commit
2d8bb10980
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user