diff options
-rw-r--r-- | xbmc/osx/CoreAudio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/osx/CoreAudio.cpp b/xbmc/osx/CoreAudio.cpp index 43bc7b8c86..6548eb73bd 100644 --- a/xbmc/osx/CoreAudio.cpp +++ b/xbmc/osx/CoreAudio.cpp @@ -25,7 +25,7 @@ #include "CoreAudio.h" #include "PlatformDefs.h" -#include "utils/Log.h" +#include "utils/log.h" #include "math.h" #define MAX_CHANNEL_LABEL 15 |