diff options
Diffstat (limited to 'pcsound')
-rw-r--r-- | pcsound/pcsound.c | 1 | ||||
-rw-r--r-- | pcsound/pcsound_win32.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/pcsound/pcsound.c b/pcsound/pcsound.c index 0746e24e..09ef2752 100644 --- a/pcsound/pcsound.c +++ b/pcsound/pcsound.c @@ -27,6 +27,7 @@ #include <stdlib.h> #include <string.h> +#include "SDL_getenv.h" #include "config.h" #include "pcsound.h" #include "pcsound_internal.h" 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" |