lwipv6: fix build w/ kernel headers 5.10.4

This commit is contained in:
Jürgen Buchmüller 2021-01-18 22:42:22 +01:00
parent 079afcc5bf
commit 769fa0b6c8
1 changed files with 10 additions and 0 deletions

View 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