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.

13 lines
287 B

  1. diff --git a/bfd_packet.c b/bfd_packet.c
  2. index e8f99f9..2c9fa91 100644
  3. --- a/bfd_packet.c
  4. +++ b/bfd_packet.c
  5. @@ -29,6 +29,8 @@
  6. #define _UAPI_IPV6_H
  7. #endif /* _UAPI_IPV6_H */
  8. +#define _GNU_SOURCE
  9. +
  10. #include <linux/filter.h>
  11. #include <linux/if_ether.h>
  12. #include <linux/if_packet.h>