commit | 4c5e40366a8879a3fda6a22a4b65c02ef20a08c4 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Feb 15 16:37:44 2012 -0500 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 15 16:37:44 2012 -0500 |
tree | 0a681f0c4956a5538e3de12c023dca09a81a172e | |
parent | e90c9db236b7bdf6d39df28466849872d2c26d9a [diff] [blame] |
decnet: net/dn.h needs net/flow.h Reported-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/net/dn.h b/include/net/dn.h index 298521e..814af0b 100644 --- a/include/net/dn.h +++ b/include/net/dn.h
@@ -3,6 +3,7 @@ #include <linux/dn.h> #include <net/sock.h> +#include <net/flow.h> #include <asm/byteorder.h> #include <asm/unaligned.h>