You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
223 B

  1. --- a/src/libnet_link_linux.c
  2. +++ b/src/libnet_link_linux.c
  3. @@ -30,7 +30,7 @@
  4. #include <sys/time.h>
  5. #include <net/if.h>
  6. -#if (__GLIBC__)
  7. +#if (!__UCLIBC__)
  8. #include <netinet/if_ether.h>
  9. #include <net/if_arp.h>
  10. #else