aboutsummaryrefslogtreecommitdiffstats
path: root/main/xrdp/musl-fixes.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2015-07-09 23:01:18 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2015-07-09 23:01:25 +0200
commit007a6af5dab8d7a10455ac4ee18e2d6c21d1da82 (patch)
tree2a47e23be853eb9bff708db2211720b0f12325d4 /main/xrdp/musl-fixes.patch
parentf19b9d4d399d44a832ddf312c6723b4e9f2f13cd (diff)
downloadaports-007a6af5dab8d7a10455ac4ee18e2d6c21d1da82.tar.bz2
aports-007a6af5dab8d7a10455ac4ee18e2d6c21d1da82.tar.xz
main/xrdp: upgrade to 0.8.0
Diffstat (limited to 'main/xrdp/musl-fixes.patch')
-rw-r--r--main/xrdp/musl-fixes.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/xrdp/musl-fixes.patch b/main/xrdp/musl-fixes.patch
new file mode 100644
index 0000000000..dbdd78234e
--- /dev/null
+++ b/main/xrdp/musl-fixes.patch
@@ -0,0 +1,11 @@
+--- ./sesman/chansrv/chansrv_fuse.h.orig
++++ ./sesman/chansrv/chansrv_fuse.h
+@@ -19,6 +19,8 @@
+ #ifndef _CHANSRV_FUSE_H
+ #define _CHANSRV_FUSE_H
+
++#include <sys/types.h>
++
+ /* a file or dir entry in the xrdp file system */
+ struct xrdp_inode
+ {