From 4681ea09bc15c09679713f0828424d4d3901d929 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Tue, 5 Dec 2023 20:16:17 +1100 Subject: checksum: Don't use linux/icmp.h when netinet/ip_icmp.h will do In most places where we need to get ICMP definitions, we get them from . However in checksum.c we instead include . Change it to use for consistency. Signed-off-by: David Gibson Signed-off-by: Stefano Brivio --- checksum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checksum.c') diff --git a/checksum.c b/checksum.c index 03b8a7c..f21c9b7 100644 --- a/checksum.c +++ b/checksum.c @@ -49,11 +49,11 @@ #include #include #include +#include #include #include #include -#include #include /* Checksums are optional for UDP over IPv4, so we usually just set -- cgit v1.2.3