From 769fa0b6c8b328a19545fcfc5384c8e23f59a192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 18 Jan 2021 22:42:22 +0100 Subject: [PATCH] lwipv6: fix build w/ kernel headers 5.10.4 --- srcpkgs/lwipv6/patches/linux-headers-5.10.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/lwipv6/patches/linux-headers-5.10.patch diff --git a/srcpkgs/lwipv6/patches/linux-headers-5.10.patch b/srcpkgs/lwipv6/patches/linux-headers-5.10.patch new file mode 100644 index 00000000000..93213d10126 --- /dev/null +++ b/srcpkgs/lwipv6/patches/linux-headers-5.10.patch @@ -0,0 +1,10 @@ +--- lwip-v6/src/include/lwip/sockets.h ++++ lwip-v6/src/include/lwip/sockets.h +@@ -58,6 +58,7 @@ + #include + #include + #include ++#include + + #include "lwip/ip_addr.h" + #if 0