summaryrefslogtreecommitdiffstats
path: root/net-p2p/retroshare/files/patch-libretroshare-src-dbase-findex.h
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/retroshare/files/patch-libretroshare-src-dbase-findex.h')
-rw-r--r--net-p2p/retroshare/files/patch-libretroshare-src-dbase-findex.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/net-p2p/retroshare/files/patch-libretroshare-src-dbase-findex.h b/net-p2p/retroshare/files/patch-libretroshare-src-dbase-findex.h
new file mode 100644
index 0000000..dfcf1e6
--- /dev/null
+++ b/net-p2p/retroshare/files/patch-libretroshare-src-dbase-findex.h
@@ -0,0 +1,17 @@
+--- libretroshare/src/dbase/findex.h.orig 2011-04-15 22:21:52.000000000 +0200
++++ libretroshare/src/dbase/findex.h 2012-01-15 03:55:27.000000000 +0100
+@@ -33,6 +33,14 @@
+ #include <stdint.h>
+ #include "retroshare/rstypes.h"
+
++#include <dirent.h>
++#include <fnmatch.h>
++#include <unistd.h>
++#define O_LARGEFILE 0100000
++#define stat64 stat
++#define _stat stat
++#define _getcwd getcwd
++
+ class ostream;
+
+ /******************************************************************************************
OpenPOWER on IntegriCloud