diff options
| author | Cyrill Gorcunov <gorcunov@openvz.org> | 2011-12-19 23:33:03 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2011-12-20 13:29:43 -0500 |
| commit | 2ea744a583d0f40901b2ea43059ae007d9cf2602 (patch) | |
| tree | 9b55cc6dd875272417f3f3ce67c03ec79f89ed80 /net/unix | |
| parent | eb93992207dadb946a3b5cf4544957dc924a6f58 (diff) | |
net: unix -- Add missing module.h inclusion
Otherwise getting
| net/unix/diag.c:312:16: error: expected declaration specifiers or ‘...’ before string constant
| net/unix/diag.c:313:1: error: expected declaration specifiers or ‘...’ before string constant
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/unix')
| -rw-r--r-- | net/unix/diag.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/unix/diag.c b/net/unix/diag.c index a5c4aab0380d..91d57828499c 100644 --- a/net/unix/diag.c +++ b/net/unix/diag.c | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | #include <linux/sock_diag.h> | 3 | #include <linux/sock_diag.h> |
| 4 | #include <linux/unix_diag.h> | 4 | #include <linux/unix_diag.h> |
| 5 | #include <linux/skbuff.h> | 5 | #include <linux/skbuff.h> |
| 6 | #include <linux/module.h> | ||
| 6 | #include <net/netlink.h> | 7 | #include <net/netlink.h> |
| 7 | #include <net/af_unix.h> | 8 | #include <net/af_unix.h> |
| 8 | #include <net/tcp_states.h> | 9 | #include <net/tcp_states.h> |
