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

headers_check fix: linux/if_strip.h

fix the following 'make headers_check' warning:

usr/include/linux/if_strip.h:22: 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_strip.h
··· 18 18 #ifndef __LINUX_STRIP_H 19 19 #define __LINUX_STRIP_H 20 20 21 + #include <linux/types.h> 22 + 21 23 typedef struct { 22 24 __u8 c[6]; 23 25 } MetricomAddress;