From: Turo Lamminen Date: Tue, 23 Apr 2024 17:23:03 +0000 (+0300) Subject: Fix i_sound.c compilation on DJGPP when sound is enabled X-Git-Url: https://git.0x19.co/screenshots/static/gitweb.css?a=commitdiff_plain;h=e26ad99499322fdad2129cb8f11a33f209365293;p=doomgeneric-snom360 Fix i_sound.c compilation on DJGPP when sound is enabled --- diff --git a/doomgeneric/i_sound.c b/doomgeneric/i_sound.c index bc891e3..c80a9d1 100644 --- a/doomgeneric/i_sound.c +++ b/doomgeneric/i_sound.c @@ -18,7 +18,7 @@ #include #include -#ifdef FEATURE_SOUND +#if defined(FEATURE_SOUND) && !defined(__DJGPP__) #include #endif