changeset 1361 | 19418e4422cb |
parent 1358 | c71e05b4dc2e |
child 1402 | d910939febfa |
1.1 --- a/src/thread/generic/SDL_systhread.c Fri Feb 10 07:29:08 2006 +0000 1.2 +++ b/src/thread/generic/SDL_systhread.c Thu Feb 16 10:11:48 2006 +0000 1.3 @@ -23,7 +23,7 @@ 1.4 /* Thread management routines for SDL */ 1.5 1.6 #include "SDL_thread.h" 1.7 -#include "SDL_systhread.h" 1.8 +#include "../SDL_systhread.h" 1.9 1.10 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) 1.11 {