diff options
Diffstat (limited to 'xbmc/windows/GUIWindowDebugInfo.cpp')
-rw-r--r-- | xbmc/windows/GUIWindowDebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/windows/GUIWindowDebugInfo.cpp b/xbmc/windows/GUIWindowDebugInfo.cpp index 2f0e6426e6..bb0cf3b523 100644 --- a/xbmc/windows/GUIWindowDebugInfo.cpp +++ b/xbmc/windows/GUIWindowDebugInfo.cpp @@ -27,7 +27,7 @@ #include "utils/StringUtils.h" #ifdef TARGET_POSIX -#include "platform/linux/XMemUtils.h" +#include "platform/posix/XMemUtils.h" #endif CGUIWindowDebugInfo::CGUIWindowDebugInfo(void) |