X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsound.h;h=238a5b19dfea138b47a1448b8d35f221ec39c0ea;hb=1465ca1ffdf2104d25b9a46ca9bf8a3f175403fd;hp=199ef7559e244dd23796a81d4abe2f3cfb5f06b8;hpb=da14f69fd95c7bd5a0d70cdf4935af06f1f20a04;p=rocksndiamonds.git diff --git a/src/libgame/sound.h b/src/libgame/sound.h index 199ef755..238a5b19 100644 --- a/src/libgame/sound.h +++ b/src/libgame/sound.h @@ -14,9 +14,12 @@ #ifndef SOUND_H #define SOUND_H -#include #include +#if defined(PLATFORM_LINUX) +#include +#endif + #define SND_BLOCKSIZE 4096 #if defined(PLATFORM_LINUX)