lede-packages-rs

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

100-musl-compat.patch (415B)


      1 --- a/nhrp/opennhrp.c
      2 +++ b/nhrp/opennhrp.c
      3 @@ -9,6 +9,7 @@
      4  #include <ctype.h>
      5  #include <stdio.h>
      6  #include <errno.h>
      7 +#include <fcntl.h>
      8  #include <malloc.h>
      9  #include <stddef.h>
     10  #include <string.h>
     11 --- a/nhrp/nhrp_common.h
     12 +++ b/nhrp/nhrp_common.h
     13 @@ -12,6 +12,7 @@
     14  #include <stdint.h>
     15  #include <stdlib.h>
     16  #include <sys/time.h>
     17 +#include <sys/types.h>
     18  #include <linux/if_ether.h>
     19  
     20  struct nhrp_interface;