# HG changeset patch # User Ryan C. Gordon # Date 1183858668 0 # Node ID 31269eb7491468aa21be436553ffe66005a83c20 # Parent 5660f48b31f5c15922a5faf51c68c6c1058c8e2b Merged r3165:3166 from branches/SDL-1.2: gcc -Wall fix in arts audio target. diff -r 5660f48b31f5 -r 31269eb74914 src/audio/arts/SDL_artsaudio.c --- a/src/audio/arts/SDL_artsaudio.c Fri Jul 06 15:45:28 2007 +0000 +++ b/src/audio/arts/SDL_artsaudio.c Sun Jul 08 01:37:48 2007 +0000 @@ -23,6 +23,11 @@ /* Allow access to a raw mixing buffer */ +#ifdef HAVE_SIGNAL_H +#include +#endif +#include + #include "SDL_timer.h" #include "SDL_audio.h" #include "../SDL_audiomem.h"