All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 06/31] [NETLINK]: Add missing include net/netlink.h to sch_atm.c
@ 2007-03-20 22:54 Arnaldo Carvalho de Melo
  0 siblings, 0 replies; only message in thread
From: Arnaldo Carvalho de Melo @ 2007-03-20 22:54 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev

Leftover from the nlmsg_trim cset.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 net/sched/sch_atm.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/sched/sch_atm.c b/net/sched/sch_atm.c
index 53060e6..0cc3c9b 100644
--- a/net/sched/sch_atm.c
+++ b/net/sched/sch_atm.c
@@ -14,6 +14,7 @@
 #include <linux/netdevice.h>
 #include <linux/rtnetlink.h>
 #include <linux/file.h> /* for fput */
+#include <net/netlink.h>
 #include <net/pkt_sched.h>
 #include <net/sock.h>
 
-- 
1.5.0.3


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-03-20 22:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-20 22:54 [PATCH 06/31] [NETLINK]: Add missing include net/netlink.h to sch_atm.c Arnaldo Carvalho de Melo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.