From: Adrian Bunk Date: Fri, 6 Jul 2007 00:06:21 +0000 (-0700) Subject: [NET]: net/core/netevent.c should #include X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=94b83419e5b56a87410fd9c9939f0081fc155d65;p=linux-beck.git [NET]: net/core/netevent.c should #include Every file should include the headers containing the prototypes for its global functions. Signed-off-by: Adrian Bunk Signed-off-by: David S. Miller --- diff --git a/net/core/netevent.c b/net/core/netevent.c index 35d02c38554e..95f81de87502 100644 --- a/net/core/netevent.c +++ b/net/core/netevent.c @@ -15,6 +15,7 @@ #include #include +#include static ATOMIC_NOTIFIER_HEAD(netevent_notif_chain);