lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

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


      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  
      8 +#include <sys/types.h>
      9 +
     10  /*
     11   * Macros for operating on struct timeval.
     12   */