From: Eric Dumazet Date: Wed, 17 Nov 2021 10:01:30 +0000 (-0800) Subject: net: add missing include in include/net/gro.h X-Git-Tag: v5.17-rc1~170^2~425 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75082e7f46809432131749f4ecea66864d0f7438;p=thirdparty%2Fkernel%2Flinux.git 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 Cc: Stephen Rothwell Cc: Randy Dunlap Tested-by: Geert Uytterhoeven Link: https://lore.kernel.org/r/20211117100130.2368319-1-eric.dumazet@gmail.com Signed-off-by: Jakub Kicinski --- diff --git a/include/net/gro.h b/include/net/gro.h index d0e7df691a807..9c22a010369cb 100644 --- a/include/net/gro.h +++ b/include/net/gro.h @@ -6,6 +6,7 @@ #include #include #include +#include #include #include