commit | e924283bf93989979f27ef4f1228c5925f584a0a | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@osdl.org> | Thu Jan 05 14:57:36 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Jan 05 16:48:55 2006 -0800 |
tree | ccc559f2bc69a524a99ea1952c18ee896df99618 | |
parent | d7906de1d774ca70d696d3047223bb3e5e759d92 [diff] |
[IPVS]: Another file needs linux/interrupt.h Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv4/ipvs/ip_vs_conn.c b/net/ipv4/ipvs/ip_vs_conn.c index 81d90354..87b8381 100644 --- a/net/ipv4/ipvs/ip_vs_conn.c +++ b/net/ipv4/ipvs/ip_vs_conn.c
@@ -24,6 +24,7 @@ * */ +#include <linux/interrupt.h> #include <linux/in.h> #include <linux/net.h> #include <linux/kernel.h>