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

headers_check fix: linux/if_addrlabel.h

fix the following 'make headers_check' warning:

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

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

+2
+2
include/linux/if_addrlabel.h
··· 10 10 #ifndef __LINUX_IF_ADDRLABEL_H 11 11 #define __LINUX_IF_ADDRLABEL_H 12 12 13 + #include <linux/types.h> 14 + 13 15 struct ifaddrlblmsg 14 16 { 15 17 __u8 ifal_family; /* Address family */