1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-20 17:55:15 +03:00
aports/testing/wmi-client/musl-header-fix.patch
2017-01-23 10:30:00 +00:00

15 lines
384 B
Diff

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>