1.1 --- a/src/thread/pth/SDL_systhread.c Fri May 12 16:24:30 2006 +0000
1.2 +++ b/src/thread/pth/SDL_systhread.c Fri May 12 16:25:04 2006 +0000
1.3 @@ -27,12 +27,13 @@
1.4 * Patrice Mandin
1.5 */
1.6
1.7 -#include "SDL_thread.h"
1.8 -#include "../SDL_systhread.h"
1.9 -
1.10 #include <pth.h>
1.11 #include <signal.h>
1.12
1.13 +#include "SDL_thread.h"
1.14 +#include "../SDL_thread_c.h"
1.15 +#include "../SDL_systhread.h"
1.16 +
1.17 /* List of signals to mask in the subthreads */
1.18 static int sig_list[] = {
1.19 SIGHUP, SIGINT, SIGQUIT, SIGPIPE, SIGALRM, SIGTERM, SIGCHLD, SIGWINCH,