diff --git a/net/samba4/patches/007-libldb-fix-musl-libc-unkown-type-error.patch b/net/samba4/patches/007-libldb-fix-musl-libc-unkown-type-error.patch index 7e25ee43d..da564e050 100644 --- a/net/samba4/patches/007-libldb-fix-musl-libc-unkown-type-error.patch +++ b/net/samba4/patches/007-libldb-fix-musl-libc-unkown-type-error.patch @@ -15,12 +15,11 @@ Signed-off-by: Changqing Li --- a/lib/tevent/tevent.h +++ b/lib/tevent/tevent.h -@@ -33,6 +33,8 @@ +@@ -33,6 +33,7 @@ #include #include #include +#include -+#include /* for old gcc releases that don't have the feature test macro __has_attribute */ #ifndef __has_attribute