Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

headers_check fix: linux/igmp.h

fix the following 'make headers_check' warning:

usr/include/linux/igmp.h:31: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>

+1
+1
include/linux/igmp.h
··· 16 16 #ifndef _LINUX_IGMP_H 17 17 #define _LINUX_IGMP_H 18 18 19 + #include <linux/types.h> 19 20 #include <asm/byteorder.h> 20 21 21 22 /*