rnd-20001202-2-src
[rocksndiamonds.git] / src / libgame / sound.h
index 199ef7559e244dd23796a81d4abe2f3cfb5f06b8..238a5b19dfea138b47a1448b8d35f221ec39c0ea 100644 (file)
 #ifndef SOUND_H
 #define SOUND_H
 
-#include <sys/ioctl.h>
 #include <math.h>
 
+#if defined(PLATFORM_LINUX)
+#include <sys/ioctl.h>
+#endif
+
 #define SND_BLOCKSIZE 4096
 
 #if defined(PLATFORM_LINUX)