From ddf849372d36beda0e4b91b5363e39db6c75cb6a Mon Sep 17 00:00:00 2001 From: divverent Date: Thu, 13 Dec 2007 15:49:20 +0000 Subject: [PATCH] oops, forgot to include snd_modplug.h here git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7791 d7cf8633-e32d-0410-b094-e92efae38249 --- snd_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/snd_main.c b/snd_main.c index cd9700ce..4f7ca310 100644 --- a/snd_main.c +++ b/snd_main.c @@ -23,6 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "snd_main.h" #include "snd_ogg.h" +#include "snd_modplug.h" #define SND_MIN_SPEED 8000 -- 2.39.2