From c88620cffddf7c03e5e697cf5fddb55da80affdf Mon Sep 17 00:00:00 2001 From: Piotr Date: Mon, 22 Jan 2018 23:16:44 +0100 Subject: [PATCH] add missing net/ip6_checksum.h include (#239) this fixes build on arm64 --- 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 c5a7684..bc2365a 100644 --- a/core/rtw_br_ext.c +++ b/core/rtw_br_ext.c @@ -47,6 +47,7 @@ #ifdef __KERNEL__ #include #include +#include #include #include #endif