diff options
-rw-r--r-- | include/linux/Kbuild | 1 | ||||
-rw-r--r-- | include/linux/unix_diag.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 8e484d660bc3..c94e71781b79 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild | |||
@@ -197,6 +197,7 @@ header-y += in6.h | |||
197 | header-y += in_route.h | 197 | header-y += in_route.h |
198 | header-y += sock_diag.h | 198 | header-y += sock_diag.h |
199 | header-y += inet_diag.h | 199 | header-y += inet_diag.h |
200 | header-y += unix_diag.h | ||
200 | header-y += inotify.h | 201 | header-y += inotify.h |
201 | header-y += input.h | 202 | header-y += input.h |
202 | header-y += ioctl.h | 203 | header-y += ioctl.h |
diff --git a/include/linux/unix_diag.h b/include/linux/unix_diag.h index 3f7afb007d70..a5ce0f325745 100644 --- a/include/linux/unix_diag.h +++ b/include/linux/unix_diag.h | |||
@@ -1,6 +1,8 @@ | |||
1 | #ifndef __UNIX_DIAG_H__ | 1 | #ifndef __UNIX_DIAG_H__ |
2 | #define __UNIX_DIAG_H__ | 2 | #define __UNIX_DIAG_H__ |
3 | 3 | ||
4 | #include <linux/types.h> | ||
5 | |||
4 | struct unix_diag_req { | 6 | struct unix_diag_req { |
5 | __u8 sdiag_family; | 7 | __u8 sdiag_family; |
6 | __u8 sdiag_protocol; | 8 | __u8 sdiag_protocol; |