rnd-20000806-1-src
[rocksndiamonds.git] / src / sdl.h
index 7d7c1c114d971553b5904949c4a23c8063f6e701..d6800fa9b700d20187572ef71952620ee0d14b08 100644 (file)
--- a/src/sdl.h
+++ b/src/sdl.h
 
 #if SDL_MAJOR_VERSION >= 1 && SDL_MINOR_VERSION >= 1
 #include "SDL_image.h"
+#include "SDL_mixer.h"
 #else
 #include "IMG.h"
+#include "mixer.h"
 #endif
 
 /* SDL type definitions */