12345678910 |
- --- 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"
|