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