repo.or.cz
/
openadk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
binutils: allow static linking
[openadk.git]
/
package
/
iproute2
/
patches
/
patch-bridge_mst_c
blob
ed62eb8426984b0a8480f4fee341a6db70372da1
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>
10