summaryrefslogtreecommitdiff
path: root/libre/xbmc-libre/libnfs-header-changes.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-07-14 00:53:39 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-07-14 00:53:39 -0300
commit54bf44ce7dea4fef3e7072fec787be1e92096895 (patch)
treed134c31af860a03ce14d9e9caf713cc66d21909e /libre/xbmc-libre/libnfs-header-changes.patch
parentec5a1c7a941eb21729d3ebdd578f38b8a59f33dc (diff)
downloadabslibre-54bf44ce7dea4fef3e7072fec787be1e92096895.tar.gz
abslibre-54bf44ce7dea4fef3e7072fec787be1e92096895.tar.bz2
abslibre-54bf44ce7dea4fef3e7072fec787be1e92096895.zip
xbmc-libre-13.1-3: libnfs 1.9.4 build issue fixed
Diffstat (limited to 'libre/xbmc-libre/libnfs-header-changes.patch')
-rw-r--r--libre/xbmc-libre/libnfs-header-changes.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/libre/xbmc-libre/libnfs-header-changes.patch b/libre/xbmc-libre/libnfs-header-changes.patch
new file mode 100644
index 000000000..ef3d45e2c
--- /dev/null
+++ b/libre/xbmc-libre/libnfs-header-changes.patch
@@ -0,0 +1,24 @@
+diff --git a/xbmc/filesystem/NFSDirectory.cpp b/xbmc/filesystem/NFSDirectory.cpp
+index 85084a5..8efa7bf 100644
+--- a/xbmc/filesystem/NFSDirectory.cpp
++++ b/xbmc/filesystem/NFSDirectory.cpp
+@@ -37,6 +37,7 @@
+ using namespace XFILE;
+ using namespace std;
+ #include <limits.h>
++#include <nfsc/libnfs-zdr.h>
+ #include <nfsc/libnfs-raw-mount.h>
+ #include <nfsc/libnfs-raw-nfs.h>
+
+diff --git a/xbmc/filesystem/NFSFile.cpp b/xbmc/filesystem/NFSFile.cpp
+index 479f3fe..2aeea32 100644
+--- a/xbmc/filesystem/NFSFile.cpp
++++ b/xbmc/filesystem/NFSFile.cpp
+@@ -32,6 +32,7 @@
+ #include "network/DNSNameCache.h"
+ #include "threads/SystemClock.h"
+
++#include <nfsc/libnfs-zdr.h>
+ #include <nfsc/libnfs-raw-mount.h>
+
+ #ifdef TARGET_WINDOWS