Minor change for win32 compilation.
authorjon <jon@xiph.org>
Mon, 1 May 2000 05:39:47 +0000 (05:39 +0000)
committerjon <jon@xiph.org>
Mon, 1 May 2000 05:39:47 +0000 (05:39 +0000)
svn path=/trunk/vorbis/; revision=349

include/vorbis/codec.h

index 7c03a2a..b13fdc3 100644 (file)
@@ -12,7 +12,7 @@
  ********************************************************************
 
  function: libvorbis codec headers
- last mod: $Id: codec.h,v 1.12 2000/04/10 00:12:14 xiphmont Exp $
+ last mod: $Id: codec.h,v 1.13 2000/05/01 05:39:47 jon Exp $
 
  ********************************************************************/
 
@@ -28,6 +28,7 @@ extern "C"
 #define MAX_BARK 27
 
 #include <sys/types.h>
+#include "os.h"
 #include "vorbis/codebook.h"
 #include "vorbis/internal.h"