summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/fusepod/files/fusepod-0.5.2-additional-headers.patch')
-rw-r--r--sys-fs/fusepod/files/fusepod-0.5.2-additional-headers.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/sys-fs/fusepod/files/fusepod-0.5.2-additional-headers.patch b/sys-fs/fusepod/files/fusepod-0.5.2-additional-headers.patch
new file mode 100644
index 000000000..2046ec42c
--- /dev/null
+++ b/sys-fs/fusepod/files/fusepod-0.5.2-additional-headers.patch
@@ -0,0 +1,20 @@
+--- src.bak/fusepod_util.cpp 2010-08-21 00:02:22.000000000 +0200
++++ src/fusepod_util.cpp 2010-08-21 00:03:23.000000000 +0200
+@@ -14,6 +14,7 @@
+
+ #include "fusepod_util.h"
+
++#include <cstdio> // for sprintf()
+ #include <cstring>
+ #include <set>
+
+--- src.bak/fusepod_util.h 2010-08-21 00:02:22.000000000 +0200
++++ src/fusepod_util.h 2010-08-21 00:02:50.000000000 +0200
+@@ -17,6 +17,7 @@
+
+ #include <vector>
+ #include <string>
++#include <strings.h> // for strcasecmp
+
+ using std::string;
+ using std::vector;