1
0
Fork 0

[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 <johannes@sipsolutions.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Johannes Berg 2007-08-07 18:02:43 -07:00 committed by David S. Miller
parent 3482fd9099
commit 14ae856645
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include <linux/random.h>
#include <linux/percpu.h>
#include <linux/init.h>
#include <net/sock.h>
#include <asm/byteorder.h>
#include <asm/system.h>