aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wmi-client/musl-header-fix.patch
blob: 1f027b4374d9f84d13f507051b307e09d29d5d39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>