binutils: allow static linking
[openadk.git] / package / iproute2 / patches / patch-bridge_mst_c
blobed62eb8426984b0a8480f4fee341a6db70372da1
1 --- iproute2-6.11.0.orig/bridge/mst.c   2024-09-15 21:42:26.000000000 +0200
2 +++ iproute2-6.11.0/bridge/mst.c        2024-09-24 09:58:39.165522637 +0200
3 @@ -4,6 +4,7 @@
4   */
5  
6  #include <stdio.h>
7 +#include <netinet/in.h>
8  #include <linux/if_bridge.h>
9  #include <net/if.h>