df4439a7f0
is a free and open source cross-platform media-player and entertainment hub. This is a tagged release of the XBMC pvr-ppa-odk branch that adds PVR functionality using tvheadend (not ported to FreeBSD yet but can be used over the network), MythTV (currently broken), or VDR (via external plugins), and is located at: https://github.com/opdenkamp/xbmc WWW: http://xbmc.org/
10 lines
241 B
C++
10 lines
241 B
C++
--- xbmc/utils/StdString.h.orig
|
|
+++ xbmc/utils/StdString.h
|
|
@@ -2,6 +2,7 @@
|
|
#include <string>
|
|
#include <stdint.h>
|
|
#include <vector>
|
|
+#include <cstring>
|
|
|
|
#if defined(_WIN32) && !defined(va_copy)
|
|
#define va_copy(dst, src) ((dst) = (src))
|