aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wmi-client/musl-header-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/wmi-client/musl-header-fix.patch')
-rw-r--r--testing/wmi-client/musl-header-fix.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/wmi-client/musl-header-fix.patch b/testing/wmi-client/musl-header-fix.patch
new file mode 100644
index 0000000000..1f027b4374
--- /dev/null
+++ b/testing/wmi-client/musl-header-fix.patch
@@ -0,0 +1,15 @@
+diff --git a/Samba/source/winexe/winexe.c b/Samba/source/winexe/winexe.c
+index 192beb5..aa9d73f 100644
+--- a/Samba/source/winexe/winexe.c
++++ b/Samba/source/winexe/winexe.c
+@@ -15,8 +15,8 @@
+ #include "winexe.h"
+ #include "winexesvc/shared.h"
+
+-#include <sys/fcntl.h>
+-#include <sys/unistd.h>
++#include <fcntl.h>
++#include <unistd.h>
+ #include <sys/termios.h>
+ #include <signal.h>
+