diff options
-rw-r--r-- | pcsound/pcsound_win32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pcsound/pcsound_win32.c b/pcsound/pcsound_win32.c index 7976b444..0eb8cd6a 100644 --- a/pcsound/pcsound_win32.c +++ b/pcsound/pcsound_win32.c @@ -26,6 +26,7 @@ #ifdef _WIN32 #include "SDL.h" +#include "SDL_thread.h" #include <windows.h> #include "pcsound.h" |