patch-tc_tc_bpf_c 279 B

12345678910
  1. --- iproute2-4.5.0.orig/tc/tc_bpf.c 2016-03-15 00:02:31.000000000 +0100
  2. +++ iproute2-4.5.0/tc/tc_bpf.c 2016-04-21 02:46:17.201844819 +0200
  3. @@ -20,6 +20,7 @@
  4. #include <errno.h>
  5. #include <fcntl.h>
  6. #include <stdarg.h>
  7. +#include <limits.h>
  8. #ifdef HAVE_ELF
  9. #include <libelf.h>