blob: e8e899e7864704134e378dbd97bbc20ce8e6dc63 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- iproute2-3.10.0.orig/bridge/fdb.c 2013-07-16 19:06:36.000000000 +0200
+++ iproute2-3.10.0/bridge/fdb.c 2013-08-17 15:23:48.127356022 +0200
@@ -20,6 +20,7 @@
#include <linux/if_ether.h>
#include <linux/neighbour.h>
#include <string.h>
+#include <limits.h>
#include "libnetlink.h"
#include "br_common.h"
|