blob: ebee2d063181398a6f79e590e20908808e65690d (
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
25
26
27
28
|
https://bugs.gentoo.org/445174
fix from upstream
From 6ffd1cb4e2cba40888c24ff84afd04a5a07a22e9 Mon Sep 17 00:00:00 2001
From: Torsten Kurbad <github@tk-webart.de>
Date: Wed, 28 Nov 2012 21:29:29 +0100
Subject: [PATCH] NFSDirectory.cpp must include limits.h
---
xbmc/filesystem/NFSDirectory.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/xbmc/filesystem/NFSDirectory.cpp b/xbmc/filesystem/NFSDirectory.cpp
index 4dc0f31..d306331 100644
--- a/xbmc/filesystem/NFSDirectory.cpp
+++ b/xbmc/filesystem/NFSDirectory.cpp
@@ -35,6 +35,7 @@
#include "threads/SingleLock.h"
using namespace XFILE;
using namespace std;
+#include <limits.h>
#include <nfsc/libnfs-raw-mount.h>
#include <nfsc/libnfs-raw-nfs.h>
--
1.8.0
|