From f83ba88d69aeaf1b5e6454bccce6a06a29525b36 Mon Sep 17 00:00:00 2001 From: Pavel Emelyanov Date: Fri, 30 Dec 2011 00:52:51 +0000 Subject: [PATCH] --- yaml --- r: 279142 b: refs/heads/master c: 288461e1546fa4162fa237eeed8ea09a16521dcd h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/Kbuild | 1 + trunk/include/linux/unix_diag.h | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 012db55f3d75..be3718e9365c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e6fe2371bdd3713d0b227e9cd7f905e127ff81a0 +refs/heads/master: 288461e1546fa4162fa237eeed8ea09a16521dcd diff --git a/trunk/include/linux/Kbuild b/trunk/include/linux/Kbuild index 8e484d660bc3..c94e71781b79 100644 --- a/trunk/include/linux/Kbuild +++ b/trunk/include/linux/Kbuild @@ -197,6 +197,7 @@ header-y += in6.h header-y += in_route.h header-y += sock_diag.h header-y += inet_diag.h +header-y += unix_diag.h header-y += inotify.h header-y += input.h header-y += ioctl.h diff --git a/trunk/include/linux/unix_diag.h b/trunk/include/linux/unix_diag.h index 3f7afb007d70..a5ce0f325745 100644 --- a/trunk/include/linux/unix_diag.h +++ b/trunk/include/linux/unix_diag.h @@ -1,6 +1,8 @@ #ifndef __UNIX_DIAG_H__ #define __UNIX_DIAG_H__ +#include + struct unix_diag_req { __u8 sdiag_family; __u8 sdiag_protocol;