diff options
author | David S. Miller <davem@davemloft.net> | 2012-02-15 16:37:44 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-02-15 16:37:44 -0500 |
commit | 4c5e40366a8879a3fda6a22a4b65c02ef20a08c4 (patch) | |
tree | 0a681f0c4956a5538e3de12c023dca09a81a172e /include | |
parent | e90c9db236b7bdf6d39df28466849872d2c26d9a (diff) | |
download | linux-4c5e40366a8879a3fda6a22a4b65c02ef20a08c4.tar.bz2 |
decnet: net/dn.h needs net/flow.h
Reported-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/dn.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/dn.h b/include/net/dn.h index 298521e0d8a2..814af0b9387d 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> |