mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
bridge-utils: Add missing patch
This commit is contained in:
parent
c4ea8be9fa
commit
44b1600be6
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 New Issue
Block a user