diff options
Diffstat (limited to 'src/soundmanager.cpp')
-rw-r--r-- | src/soundmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soundmanager.cpp b/src/soundmanager.cpp index 8cb171975..72a7d26c2 100644 --- a/src/soundmanager.cpp +++ b/src/soundmanager.cpp @@ -29,7 +29,7 @@ #include "resources/resourcemanager.h" #include "resources/soundeffect.h" -#include <SDL/SDL.h> +#include <SDL.h> #include "debug.h" |