diff --git a/package/ntlf9t/rtl8192du/patches/010-missing-header-in-ipv6.patch b/package/ntlf9t/rtl8192du/patches/010-missing-header-in-ipv6.patch new file mode 100644 index 0000000000..57938b2df2 --- /dev/null +++ b/package/ntlf9t/rtl8192du/patches/010-missing-header-in-ipv6.patch @@ -0,0 +1,14 @@ +diff --git a/core/rtw_br_ext.c b/core/rtw_br_ext.c +index 964b366..ec1c620 100644 +--- a/core/rtw_br_ext.c ++++ b/core/rtw_br_ext.c +@@ -51,6 +51,9 @@ + #include + #include + #include ++#ifndef _HAVE_ARCH_IPV6_CSUM ++#include ++#endif + #endif + #endif +