diff options
Diffstat (limited to 'main/linux-headers/2-4-if_bridge.h-needs-struct-in6_addr.patch')
-rw-r--r-- | main/linux-headers/2-4-if_bridge.h-needs-struct-in6_addr.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/linux-headers/2-4-if_bridge.h-needs-struct-in6_addr.patch b/main/linux-headers/2-4-if_bridge.h-needs-struct-in6_addr.patch new file mode 100644 index 0000000000..8ed26560db --- /dev/null +++ b/main/linux-headers/2-4-if_bridge.h-needs-struct-in6_addr.patch @@ -0,0 +1,10 @@ +--- ./include/uapi/linux/if_bridge.h.orig ++++ ./include/uapi/linux/if_bridge.h +@@ -15,6 +15,7 @@ + + #include <linux/types.h> + #include <linux/if_ether.h> ++#include <linux/in6.h> + + #define SYSFS_BRIDGE_ATTR "bridge" + #define SYSFS_BRIDGE_FDB "brforward" |