patch-bridge_mst_c 264 B

12345678910
  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. #include <stdio.h>
  6. +#include <netinet/in.h>
  7. #include <linux/if_bridge.h>
  8. #include <net/if.h>