From a1e5d70e2559418f483d866f334b0ad64e328a15 Mon Sep 17 00:00:00 2001 From: Monty Date: Fri, 7 Jul 2000 01:37:00 +0000 Subject: [PATCH] add os.h include to get alloca.h for IRIX svn path=/trunk/vorbis/; revision=516 --- lib/codebook.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/codebook.c b/lib/codebook.c index 03c7095..b7b6f83 100644 --- a/lib/codebook.c +++ b/lib/codebook.c @@ -12,7 +12,7 @@ ******************************************************************** function: basic codebook pack/unpack/code/decode operations - last mod: $Id: codebook.c,v 1.16 2000/07/07 01:20:46 xiphmont Exp $ + last mod: $Id: codebook.c,v 1.17 2000/07/07 01:37:00 xiphmont Exp $ ********************************************************************/ @@ -26,6 +26,7 @@ #include "sharedbook.h" #include "bookinternal.h" #include "misc.h" +#include "os.h" /* packs the given codebook into the bitstream **************************/ -- 2.7.4