001-musl-fix.patch 371 B

123456789101112131415161718192021
  1. --- a/raw.c
  2. +++ b/raw.c
  3. @@ -20,7 +20,6 @@
  4. #include <fcntl.h>
  5. #include <linux/filter.h>
  6. #include <linux/if_ether.h>
  7. -#include <net/ethernet.h>
  8. #include <net/if.h>
  9. #include <netinet/in.h>
  10. #include <netpacket/packet.h>
  11. --- a/util.h
  12. +++ b/util.h
  13. @@ -20,6 +20,8 @@
  14. #ifndef HAVE_UTIL_H
  15. #define HAVE_UTIL_H
  16. +#include <time.h>
  17. +
  18. #include "ddt.h"
  19. #include "ether.h"