aboutsummaryrefslogtreecommitdiffstats
path: root/main/freerdp/fix-headers.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/freerdp/fix-headers.patch')
-rw-r--r--main/freerdp/fix-headers.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/freerdp/fix-headers.patch b/main/freerdp/fix-headers.patch
new file mode 100644
index 0000000000..b3848b33ca
--- /dev/null
+++ b/main/freerdp/fix-headers.patch
@@ -0,0 +1,10 @@
+--- ./winpr/libwinpr/synch/wait.c.orig
++++ ./winpr/libwinpr/synch/wait.c
+@@ -24,6 +24,7 @@
+ #ifdef HAVE_UNISTD_H
+ #include <unistd.h>
+ #endif
++#include <sys/select.h>
+
+ #include <winpr/crt.h>
+ #include <winpr/synch.h>