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;