aboutsummaryrefslogtreecommitdiffstats
path: root/community/libxspf/add-missing-include.patch
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2018-03-29 18:21:34 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2018-03-29 18:21:34 +0000
commit75588174d69a68283103f63671ce3b478592d96b (patch)
tree3344ffa5f8f013d9878cd97435434622bf9ffd9e /community/libxspf/add-missing-include.patch
parentd53bf71500668b33814570f313def0dc43e3766c (diff)
downloadaports-75588174d69a68283103f63671ce3b478592d96b.tar.bz2
aports-75588174d69a68283103f63671ce3b478592d96b.tar.xz
testing/libxspf: move to community
Diffstat (limited to 'community/libxspf/add-missing-include.patch')
-rw-r--r--community/libxspf/add-missing-include.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/libxspf/add-missing-include.patch b/community/libxspf/add-missing-include.patch
new file mode 100644
index 0000000000..7cebb346a7
--- /dev/null
+++ b/community/libxspf/add-missing-include.patch
@@ -0,0 +1,10 @@
+--- a/examples/read/read.cpp
++++ b/examples/read/read.cpp
+@@ -43,6 +43,7 @@
+ #include <cstdio>
+ #include <cstdlib> // MAX_PATH
+ #include <climits> // PATH_MAX
++#include <unistd.h> // getcwd
+
+
+ #if defined(__WIN32__) || defined(WIN32)