From 33174394d142493e59a452383434342371f6403f Mon Sep 17 00:00:00 2001 From: Tyler Baker Date: Wed, 9 Dec 2015 03:59:57 +0000 Subject: [PATCH] core/rtw_br_ext: include definition of csum_ipv6_magic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes the following error observed while compiling this driver on arm64. core/rtw_br_ext.c:1447:9: error: implicit declaration of function ‘csum_ipv6_magic’ [-Werror=implicit-function-declaration] Signed-off-by: Tyler Baker --- core/rtw_br_ext.c | 1 + 1 file changed, 1 insertion(+) diff --git a/core/rtw_br_ext.c b/core/rtw_br_ext.c index 88a517a..54bd47d 100644 --- a/core/rtw_br_ext.c +++ b/core/rtw_br_ext.c @@ -49,6 +49,7 @@ #include #include #include +#include #endif #endif