mirror of
https://github.com/yawut/SDL.git
synced 2026-04-22 16:47:18 -05:00
Add missing include file
This commit is contained in:
parent
7aa8ae8c50
commit
7c58460af7
|
|
@ -27,12 +27,13 @@
|
|||
* Patrice Mandin
|
||||
*/
|
||||
|
||||
#include "SDL_thread.h"
|
||||
#include "../SDL_systhread.h"
|
||||
|
||||
#include <pth.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include "SDL_thread.h"
|
||||
#include "../SDL_thread_c.h"
|
||||
#include "../SDL_systhread.h"
|
||||
|
||||
/* List of signals to mask in the subthreads */
|
||||
static int sig_list[] = {
|
||||
SIGHUP, SIGINT, SIGQUIT, SIGPIPE, SIGALRM, SIGTERM, SIGCHLD, SIGWINCH,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user