Skip to content

Commit

Permalink
rculist.h: fix include in net/netfilter/nf_conntrack_netlink.c
Browse files Browse the repository at this point in the history
this file has rculist dependency but did not explicitly include it,
which broke the build.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed May 19, 2008
1 parent 247ab1a commit 711bbdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/netfilter/nf_conntrack_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <linux/init.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/rculist.h>
#include <linux/types.h>
#include <linux/timer.h>
#include <linux/skbuff.h>
Expand Down

0 comments on commit 711bbdd

Please sign in to comment.