]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
added #include "snd_main.h" to make this compile again (thanks to Ludwig Nussel for...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 7 Jan 2005 12:20:58 +0000 (12:20 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 7 Jan 2005 12:20:58 +0000 (12:20 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4908 d7cf8633-e32d-0410-b094-e92efae38249

snd_alsa.c

index 67a9ed60c78726ccf73f95c3d0bb7d7d7135a5c9..b230bf522aa53c0461b0982436fad00496996390 100644 (file)
@@ -29,6 +29,7 @@
 #include <alsa/asoundlib.h>
 
 #include "quakedef.h"
+#include "snd_main.h"
 
 static int                     snd_inited;
 static snd_pcm_uframes_t buffer_size;