bridge-utils: Add missing patch
This commit is contained in:
parent
c4ea8be9fa
commit
44b1600be6
1 changed files with 11 additions and 0 deletions
11
pkgs/os-specific/linux/bridge-utils/add-ip6-header.patch
Normal file
11
pkgs/os-specific/linux/bridge-utils/add-ip6-header.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
diff --git a/libbridge/libbridge.h b/libbridge/libbridge.h
|
||||
index 39964f2..dd14bae 100644
|
||||
--- a/libbridge/libbridge.h
|
||||
+++ b/libbridge/libbridge.h
|
||||
@@ -20,6 +20,7 @@
|
||||
#define _LIBBRIDGE_H
|
||||
|
||||
#include <sys/socket.h>
|
||||
+#include <netinet/in.h>
|
||||
#include <linux/if.h>
|
||||
#include <linux/if_bridge.h>
|
Loading…
Reference in a new issue