add os.h include to get alloca.h for IRIX
authorMonty <xiphmont@xiph.org>
Fri, 7 Jul 2000 01:37:00 +0000 (01:37 +0000)
committerMonty <xiphmont@xiph.org>
Fri, 7 Jul 2000 01:37:00 +0000 (01:37 +0000)
svn path=/trunk/vorbis/; revision=516

lib/codebook.c

index 03c7095..b7b6f83 100644 (file)
@@ -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 **************************/