On Tue, 5 Dec 2023 20:16:17 +1100 David Gibson <david(a)gibson.dropbear.id.au> wrote:In most places where we need to get ICMP definitions, we get them from <netinet/ip_icmp.h>. However in checksum.c we instead include <linux/icmp.h>. Change it to use <netinet/ip_icmp.h> for consistency. Signed-off-by: David Gibson <david(a)gibson.dropbear.id.au>Applied. -- Stefano