From 963fa8ef987e73744b5f6744d25f829fbddd0e95 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sun, 2 Feb 2003 04:54:40 +0000 Subject: [PATCH] fix non-vorbis compile --- libs/audio/renderer/vorbis.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/audio/renderer/vorbis.c b/libs/audio/renderer/vorbis.c index 6532f61b7..19112dd76 100644 --- a/libs/audio/renderer/vorbis.c +++ b/libs/audio/renderer/vorbis.c @@ -158,6 +158,8 @@ SND_LoadOgg (QFile *file, sfx_t *sfx, cache_allocator_t allocator) #include "QF/sys.h" #include "QF/quakeio.h" +#include "snd_render.h" + sfxcache_t * SND_LoadOgg (QFile *file, sfx_t *sfx, cache_allocator_t allocator) {