mirror of
https://github.com/yawut/SDL.git
synced 2026-05-09 04:12:17 -05:00
Fixed compiler warning (gcc w/ -Wall) for using getpid() and kill() without
their proper headers included. --HG-- branch : SDL-1.2
This commit is contained in:
parent
b3d0bc9780
commit
3859229030
|
|
@ -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