From: Cyrill Gorcunov Date: Tue, 20 Dec 2011 04:33:03 +0000 (+0000) Subject: net: unix -- Add missing module.h inclusion X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=2ea744a583d0f40901b2ea43059ae007d9cf2602;p=~shefty%2Frdma-dev.git 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 Signed-off-by: David S. Miller --- diff --git a/net/unix/diag.c b/net/unix/diag.c index a5c4aab0380..91d57828499 100644 --- a/net/unix/diag.c +++ b/net/unix/diag.c @@ -3,6 +3,7 @@ #include #include #include +#include #include #include #include