Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 288461e1 authored by Pavel Emelyanov's avatar Pavel Emelyanov Committed by David S. Miller
Browse files

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: default avatarPavel Emelyanov <xemul@parallels.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e6fe2371
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -197,6 +197,7 @@ header-y += in6.h
header-y += in_route.h
header-y += in_route.h
header-y += sock_diag.h
header-y += sock_diag.h
header-y += inet_diag.h
header-y += inet_diag.h
header-y += unix_diag.h
header-y += inotify.h
header-y += inotify.h
header-y += input.h
header-y += input.h
header-y += ioctl.h
header-y += ioctl.h
+2 −0
Original line number Original line Diff line number Diff line
#ifndef __UNIX_DIAG_H__
#ifndef __UNIX_DIAG_H__
#define __UNIX_DIAG_H__
#define __UNIX_DIAG_H__


#include <linux/types.h>

struct unix_diag_req {
struct unix_diag_req {
	__u8	sdiag_family;
	__u8	sdiag_family;
	__u8	sdiag_protocol;
	__u8	sdiag_protocol;