blob: 196771daaab3996dfee5b38de4e5a36b810fb3f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- xbmc-12.2.orig/xbmc/utils/EndianSwap.h 2013-05-03 07:57:41.000000000 +0200
+++ xbmc-12.2/xbmc/utils/EndianSwap.h 2013-08-01 14:17:04.000000000 +0200
@@ -26,7 +26,7 @@
/* Include config.h to define (or not) WORDS_BIGENDIAN
File created by configure */
#if defined(__linux__) || defined(TARGET_DARWIN) || defined(TARGET_FREEBSD)
-#include "config.h"
+#include "../config.h"
#include <inttypes.h>
#endif
#ifdef _WIN32
|