diff options
Diffstat (limited to 'src/thread/SDL_thread.c')
-rw-r--r-- | src/thread/SDL_thread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/thread/SDL_thread.c b/src/thread/SDL_thread.c index a1144c17..2f1aeb97 100644 --- a/src/thread/SDL_thread.c +++ b/src/thread/SDL_thread.c @@ -26,6 +26,7 @@ #include "SDL_thread.h" #include "SDL_thread_c.h" #include "SDL_systhread.h" +#include "../SDL_error_c.h" #define ARRAY_CHUNKSIZE 32 /* The array of threads currently active in the application |