summaryrefslogtreecommitdiff
path: root/uisimulator/sdl/thread-sdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/sdl/thread-sdl.h')
-rw-r--r--uisimulator/sdl/thread-sdl.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/uisimulator/sdl/thread-sdl.h b/uisimulator/sdl/thread-sdl.h
index a661f582a4..30d0adae49 100644
--- a/uisimulator/sdl/thread-sdl.h
+++ b/uisimulator/sdl/thread-sdl.h
@@ -17,7 +17,14 @@
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19 19
20#ifndef __THREADSDL_H__
21#define __THREADSDL_H__
22
23#include "SDL_thread.h"
24
20extern SDL_Thread* threads[256]; 25extern SDL_Thread* threads[256];
21extern int threadCount; 26extern int threadCount;
22extern SDL_mutex* mutex; 27extern SDL_mutex* mutex;
23 28
29#endif // #ifndef __THREADSDL_H__
30