patch-xbmc_utils_EndianSwap_h 428 B

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