From 0eb5d2a0da270e3c2a893223570a326bcde02f11 Mon Sep 17 00:00:00 2001 From: havoc Date: Fri, 7 Jan 2005 12:20:58 +0000 Subject: [PATCH] added #include "snd_main.h" to make this compile again (thanks to Ludwig Nussel for the patch) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4908 d7cf8633-e32d-0410-b094-e92efae38249 --- snd_alsa.c | 1 + 1 file changed, 1 insertion(+) diff --git a/snd_alsa.c b/snd_alsa.c index 67a9ed60..b230bf52 100644 --- a/snd_alsa.c +++ b/snd_alsa.c @@ -29,6 +29,7 @@ #include #include "quakedef.h" +#include "snd_main.h" static int snd_inited; static snd_pcm_uframes_t buffer_size; -- 2.39.2