Fix i_sound.c compilation on DJGPP when sound is enabled

This commit is contained in:
Turo Lamminen
2024-04-23 20:23:03 +03:00
parent 278709ec42
commit e26ad99499
+1 -1
View File
@@ -18,7 +18,7 @@
#include <stdio.h>
#include <stdlib.h>
#ifdef FEATURE_SOUND
#if defined(FEATURE_SOUND) && !defined(__DJGPP__)
#include <SDL_mixer.h>
#endif