diff -r bb3241de289e -r e27bdcc80744 src/thread/SDL_thread_c.h --- a/src/thread/SDL_thread_c.h Wed Apr 23 06:27:10 2008 +0000 +++ b/src/thread/SDL_thread_c.h Tue Jun 10 06:45:39 2008 +0000 @@ -43,6 +43,8 @@ #include "irix/SDL_systhread_c.h" #elif SDL_THREAD_WIN32 #include "win32/SDL_systhread_c.h" +#elif SDL_THREAD_NDS +#include "nds/SDL_systhread_c.h" #else #error Need thread implementation for this platform #include "generic/SDL_systhread_c.h"