summaryrefslogtreecommitdiff
path: root/include/net/gro.h
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2021-11-17 02:01:30 -0800
committerJakub Kicinski <kuba@kernel.org>2021-11-17 08:34:09 -0800
commit75082e7f46809432131749f4ecea66864d0f7438 (patch)
tree1bac1eec36a840ca8769d36f2fbab1607871ed85 /include/net/gro.h
parente92af33e472cf3aa25fd14ae7760c113f5ac8c48 (diff)
net: add missing include in include/net/gro.h
This is needed for some arches, as reported by Geert Uytterhoeven, Randy Dunlap and Stephen Rothwell Fixes: 4721031c3559 ("net: move gro definitions to include/net/gro.h") Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Stephen Rothwell <sfr@canb.auug.org.au> Cc: Randy Dunlap <rdunlap@infradead.org> Tested-by: Geert Uytterhoeven <geert@linux-m68k.org> Link: https://lore.kernel.org/r/20211117100130.2368319-1-eric.dumazet@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/net/gro.h')
-rw-r--r--include/net/gro.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/gro.h b/include/net/gro.h
index d0e7df691a80..9c22a010369c 100644
--- a/include/net/gro.h
+++ b/include/net/gro.h
@@ -6,6 +6,7 @@
#include <linux/indirect_call_wrapper.h>
#include <linux/ip.h>
#include <linux/ipv6.h>
+#include <net/ip6_checksum.h>
#include <linux/skbuff.h>
#include <net/udp.h>