Files
packages/admin/sudo/patches/030-musl-fix-missing-header.patch
Josef Schlehofer 4c72f8dd66 sudo: Update to version 1.8.28p1
- Use HTTPS for downloading tarball and for their website
- Add PKG_CPE_ID
- Remove inactive maintainer
- Refreshed patches
Fixes: CVE-2019-14287

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-10-20 09:06:42 +02:00

12 lines
168 B
Diff

--- a/include/sudo_util.h
+++ b/include/sudo_util.h
@@ -33,6 +33,8 @@
# endif
#endif
+#include <sys/types.h>
+
/*
* Macros for operating on struct timeval.
*/