diff options
Diffstat (limited to 'src/utils/mutex.h')
-rw-r--r-- | src/utils/mutex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/mutex.h b/src/utils/mutex.h index 37c889e02..116aa0b21 100644 --- a/src/utils/mutex.h +++ b/src/utils/mutex.h @@ -25,7 +25,7 @@ #include "logger.h" -#include <SDL_thread.h> +#include <SDL/SDL_thread.h> /** * A mutex provides mutual exclusion of access to certain data that is |