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

headers_check fix: linux/inet_diag.h

fix the following 'make headers_check' warning:

usr/include/linux/inet_diag.h:16: 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/inet_diag.h
··· 1 1 #ifndef _INET_DIAG_H_ 2 2 #define _INET_DIAG_H_ 1 3 3 4 + #include <linux/types.h> 5 + 4 6 /* Just some random number */ 5 7 #define TCPDIAG_GETSOCK 18 6 8 #define DCCPDIAG_GETSOCK 19