diff src/thread/pth/SDL_systhread.c @ 1659:14717b52abc0 SDL-1.3

Merge trunk-1.3-3
author Sam Lantinga <slouken@libsdl.org>
date Wed, 17 May 2006 08:18:28 +0000
parents d910939febfa
children 782fd950bd46 c121d94672cb a1b03ba2fcd0
line wrap: on
line diff
--- a/src/thread/pth/SDL_systhread.c	Mon May 01 06:58:33 2006 +0000
+++ b/src/thread/pth/SDL_systhread.c	Wed May 17 08:18:28 2006 +0000
@@ -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,