Add missing include file
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401787
This commit is contained in:
parent
cd492956f5
commit
4b6420b8a4
1 changed files with 4 additions and 3 deletions
|
@ -27,12 +27,13 @@
|
||||||
* Patrice Mandin
|
* Patrice Mandin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "SDL_thread.h"
|
|
||||||
#include "../SDL_systhread.h"
|
|
||||||
|
|
||||||
#include <pth.h>
|
#include <pth.h>
|
||||||
#include <signal.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 */
|
/* List of signals to mask in the subthreads */
|
||||||
static int sig_list[] = {
|
static int sig_list[] = {
|
||||||
SIGHUP, SIGINT, SIGQUIT, SIGPIPE, SIGALRM, SIGTERM, SIGCHLD, SIGWINCH,
|
SIGHUP, SIGINT, SIGQUIT, SIGPIPE, SIGALRM, SIGTERM, SIGCHLD, SIGWINCH,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue