aports/main/sudo/musl-fix-headers.patch
2015-03-17 07:45:12 +00:00

11 lines
232 B
Diff

--- ./include/sudo_compat.h.orig
+++ ./include/sudo_compat.h
@@ -27,6 +27,7 @@
# include <stddef.h>
#endif
#include <stdarg.h>
+#include <sys/types.h>
/*
* Macros and functions that may be missing on some operating systems.