030-musl-fix-missing-header.patch 395 B

123456789101112
  1. diff -rupN sudo-1.8.14p3.orig/include/sudo_util.h sudo-1.8.14p3/include/sudo_util.h
  2. --- sudo-1.8.14p3.orig/include/sudo_util.h 2015-07-22 14:22:49.000000000 +0200
  3. +++ sudo-1.8.14p3/include/sudo_util.h 2015-08-30 18:41:24.509814946 +0200
  4. @@ -23,6 +23,8 @@
  5. # include "compat/stdbool.h"
  6. #endif /* HAVE_STDBOOL_H */
  7. +#include <sys/types.h>
  8. +
  9. /*
  10. * Macros for operating on struct timeval.
  11. */