From 14ae856645dba5b9ba56b2d0627b3b9825fa37b2 Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Tue, 7 Aug 2007 18:02:43 -0700 Subject: [NET] net/core/utils: fix sparse warning net_msg_warn is not defined because it is in net/sock.h which isn't included. Signed-off-by: Johannes Berg Signed-off-by: David S. Miller --- net/core/utils.c | 1 + 1 file changed, 1 insertion(+) (limited to 'net/core/utils.c') diff --git a/net/core/utils.c b/net/core/utils.c index 2030bb8..0bf17da 100644 --- a/net/core/utils.c +++ b/net/core/utils.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include -- cgit v1.1