summaryrefslogtreecommitdiff
path: root/src/sound/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/sound.h')
-rw-r--r--src/sound/sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound/sound.h b/src/sound/sound.h
index b0719854..95e8b7b8 100644
--- a/src/sound/sound.h
+++ b/src/sound/sound.h
@@ -27,8 +27,8 @@
#ifdef WIN32
#pragma warning(disable:4312)
#endif
-#include <SDL.h>
-#include <SDL_mixer.h>
+#include <SDL/SDL.h>
+#include <SDL/SDL_mixer.h>
#include <map>
#include <string>
#include <fstream>