From: Monty Date: Fri, 7 Jul 2000 01:37:00 +0000 (+0000) Subject: add os.h include to get alloca.h for IRIX X-Git-Tag: v1.3.3~1186 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a1e5d70e2559418f483d866f334b0ad64e328a15;p=platform%2Fupstream%2Flibvorbis.git add os.h include to get alloca.h for IRIX svn path=/trunk/vorbis/; revision=516 --- 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 **************************/