Commit 2ea744a583d0f40901b2ea43059ae007d9cf2602

Authored by Cyrill Gorcunov
Committed by David S. Miller
1 parent eb93992207

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -3,6 +3,7 @@
3 3 #include <linux/sock_diag.h>
4 4 #include <linux/unix_diag.h>
5 5 #include <linux/skbuff.h>
  6 +#include <linux/module.h>
6 7 #include <net/netlink.h>
7 8 #include <net/af_unix.h>
8 9 #include <net/tcp_states.h>