From 5e71b21e3d1ff6f170db1ec2398bb5653eb9dc32 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 22 Jul 2003 20:19:47 +0000 Subject: [PATCH] need errno --- stepmania/src/RageSoundReader_Vorbisfile.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/RageSoundReader_Vorbisfile.cpp b/stepmania/src/RageSoundReader_Vorbisfile.cpp index 8ffbce5937..b5613c4baa 100644 --- a/stepmania/src/RageSoundReader_Vorbisfile.cpp +++ b/stepmania/src/RageSoundReader_Vorbisfile.cpp @@ -27,7 +27,8 @@ /* What is this file, and why is it needed? Seems to compile on * Win32 w/o it. -Chris */ -//#include +/* Standard header to get access to "errno", or we won't compile on modern compilers. */ +#include const int channels = 2;