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

Commit

Permalink
Merged r3165:3166 from branches/SDL-1.2: gcc -Wall fix in arts audio …
Browse files Browse the repository at this point in the history
…target.
  • Loading branch information
icculus committed Jul 8, 2007
1 parent 3b8019b commit 18bc9a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/audio/arts/SDL_artsaudio.c
Expand Up @@ -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"
Expand Down

0 comments on commit 18bc9a1

Please sign in to comment.