From 20513cff41ed2b670603df50f2e2ca01612c7bdc Mon Sep 17 00:00:00 2001 From: Braden Obrzut Date: Sat, 18 Sep 2010 17:45:19 +0000 Subject: [PATCH] - Fixed Linux compilation issue with statistics.cpp SVN r2823 (trunk) --- src/statistics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/statistics.cpp b/src/statistics.cpp index a5c85bcd5..03e9d7405 100644 --- a/src/statistics.cpp +++ b/src/statistics.cpp @@ -55,7 +55,7 @@ #include "p_local.h" #include "m_png.h" #include "p_setup.h" -#include "s_Sound.h" +#include "s_sound.h" #include "wi_stuff.h" #include "sc_man.h" #include "cmdlib.h"