tree 379887259d90 parent 7a58d75a9c4c author Edward Rudd 1350504091 14400 committer Edward Rudd 1350504091 14400 revision 6593 branch default SDL_MutexTryLock add missing errno.h include in pthread implementation diff --git a/src/thread/pthread/SDL_sysmutex.c b/src/thread/pthread/SDL_sysmutex.c --- a/src/thread/pthread/SDL_sysmutex.c +++ b/src/thread/pthread/SDL_sysmutex.c @@ -22,6 +22,7 @@ #define _GNU_SOURCE #include +#include #include "SDL_thread.h"