From 2d2c294e11c1dca10ede6c095272ef6fdd7e57d2 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Fri, 20 Apr 2007 05:50:11 +0000 Subject: [PATCH] Fix compile on Linux. --- stepmania/src/NotesLoaderMidi.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/NotesLoaderMidi.cpp b/stepmania/src/NotesLoaderMidi.cpp index e4aef7e386..b69862b71f 100644 --- a/stepmania/src/NotesLoaderMidi.cpp +++ b/stepmania/src/NotesLoaderMidi.cpp @@ -21,7 +21,7 @@ #include "global.h" #include "NotesLoaderMidi.h" -#include "Song.h" +#include "song.h" #include "Steps.h" #include "RageLog.h" #include "NoteData.h" @@ -807,4 +807,4 @@ bool MidiLoader::LoadFromDir( const RString &sDir, Song &out ) * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. - */ \ No newline at end of file + */