samba4: remove duplicate entry from libldb-fix-musl-libc-unkown-type-error.patch

Signed-off-by: Andrew Sim <andrewsimz@gmail.com>
This commit is contained in:
Andrew Sim 2022-10-06 23:17:28 +02:00 committed by Rosen Penev
parent 402f4ba4ef
commit 0d5d9e5737
1 changed files with 1 additions and 2 deletions

View File

@ -15,12 +15,11 @@ Signed-off-by: Changqing Li <changqing.li@windriver.com>
--- a/lib/tevent/tevent.h
+++ b/lib/tevent/tevent.h
@@ -33,6 +33,8 @@
@@ -33,6 +33,7 @@
#include <sys/time.h>
#include <sys/types.h>
#include <stdbool.h>
+#include <sys/stat.h>
+#include <sys/types.h>
/* for old gcc releases that don't have the feature test macro __has_attribute */
#ifndef __has_attribute