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