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

unix_diag: Include unix_diag.h into header-y target

The headers check complains it should include the linux/types.h
withing, thus add this one.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Pavel Emelyanov and committed by
David S. Miller
288461e1 e6fe2371

+3
+1
include/linux/Kbuild
··· 197 197 header-y += in_route.h 198 198 header-y += sock_diag.h 199 199 header-y += inet_diag.h 200 + header-y += unix_diag.h 200 201 header-y += inotify.h 201 202 header-y += input.h 202 203 header-y += ioctl.h
+2
include/linux/unix_diag.h
··· 1 1 #ifndef __UNIX_DIAG_H__ 2 2 #define __UNIX_DIAG_H__ 3 3 4 + #include <linux/types.h> 5 + 4 6 struct unix_diag_req { 5 7 __u8 sdiag_family; 6 8 __u8 sdiag_protocol;