summaryrefslogtreecommitdiff
path: root/libre/xbmc-lts/libnfs-header-changes.patch
blob: ef3d45e2c6738c2d6df6f36270de12e414d10069 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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