From: havoc Date: Fri, 7 Jan 2005 12:20:58 +0000 (+0000) Subject: added #include "snd_main.h" to make this compile again (thanks to Ludwig Nussel for... X-Git-Tag: xonotic-v0.1.0preview~5241 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0eb5d2a0da270e3c2a893223570a326bcde02f11;p=xonotic%2Fdarkplaces.git 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 --- 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;