lwipv6: fix build w/ kernel headers 5.10.4
This commit is contained in:
parent
079afcc5bf
commit
769fa0b6c8
1 changed files with 10 additions and 0 deletions
10
srcpkgs/lwipv6/patches/linux-headers-5.10.patch
Normal file
10
srcpkgs/lwipv6/patches/linux-headers-5.10.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- lwip-v6/src/include/lwip/sockets.h
|
||||
+++ lwip-v6/src/include/lwip/sockets.h
|
||||
@@ -58,6 +58,7 @@
|
||||
#include <netinet/in.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <net/if_arp.h>
|
||||
+#include <linux/sockios.h>
|
||||
|
||||
#include "lwip/ip_addr.h"
|
||||
#if 0
|
Loading…
Add table
Add a link
Reference in a new issue