diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches/0013-rtnetlink.7.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/0013-rtnetlink.7.patch b/debian/patches/0013-rtnetlink.7.patch new file mode 100644 index 0000000..5815c1e --- /dev/null +++ b/debian/patches/0013-rtnetlink.7.patch @@ -0,0 +1,20 @@ +From: "Dr. Tobias Quathamer" <toddy@debian.org> +Date: Sat, 6 Feb 2016 01:28:20 +0100 +Subject: rtnetlink.7 + +--- + man7/rtnetlink.7 | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/man7/rtnetlink.7 b/man7/rtnetlink.7 +index 3b6465f..f710bbe 100644 +--- a/man7/rtnetlink.7 ++++ b/man7/rtnetlink.7 +@@ -13,6 +13,7 @@ rtnetlink \- Linux routing socket + .SH SYNOPSIS + .nf + .B #include <asm/types.h> ++.B #include <linux/if_link.h> + .B #include <linux/netlink.h> + .B #include <linux/rtnetlink.h> + .B #include <sys/socket.h> |