X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fsdl.h;h=d6800fa9b700d20187572ef71952620ee0d14b08;hb=41cfe645942062496cd063eb46e17d677a76c645;hp=7d7c1c114d971553b5904949c4a23c8063f6e701;hpb=0e5a0f487acaed09a34c655b83ea637c83f4a0f0;p=rocksndiamonds.git diff --git a/src/sdl.h b/src/sdl.h index 7d7c1c11..d6800fa9 100644 --- a/src/sdl.h +++ b/src/sdl.h @@ -19,8 +19,10 @@ #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 */