aboutsummaryrefslogtreecommitdiffstats
path: root/main/sudo/musl-fix-headers.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/sudo/musl-fix-headers.patch')
-rw-r--r--main/sudo/musl-fix-headers.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/sudo/musl-fix-headers.patch b/main/sudo/musl-fix-headers.patch
index 8ab84ad8ff..18a19b75d2 100644
--- a/main/sudo/musl-fix-headers.patch
+++ b/main/sudo/musl-fix-headers.patch
@@ -1,10 +1,10 @@
--- ./include/sudo_compat.h.orig
+++ ./include/sudo_compat.h
-@@ -27,6 +27,7 @@
- # include <stddef.h>
- #endif
+@@ -25,6 +25,7 @@
+ #include <stdio.h>
#include <stdarg.h>
-+#include <sys/types.h>
+ #include <stddef.h> /* for rsize_t */
++#include <sys/types.h> /* for id_t */
/*
* Macros and functions that may be missing on some operating systems.