diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-08-07 09:12:37 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-08-07 09:12:37 +0400 |
commit | 7cd4767e696123cdb7447fbd7c281eb8c610c8e4 (patch) | |
tree | 8a44dfbe0a131f6036eab36f887a058e9750fe69 /net/ipv4/inet_hashtables.c | |
parent | 1957e7fdefce4494cb8d8f09ee2317b7ede24994 (diff) | |
parent | 6e5714eaf77d79ae1c8b47e3e040ff5411b717ec (diff) | |
download | linux-7cd4767e696123cdb7447fbd7c281eb8c610c8e4.tar.xz |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net:
net: Compute protocol sequence numbers and fragment IDs using MD5.
crypto: Move md5_transform to lib/md5.c
Diffstat (limited to 'net/ipv4/inet_hashtables.c')
-rw-r--r-- | net/ipv4/inet_hashtables.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/inet_hashtables.c b/net/ipv4/inet_hashtables.c index 3c0369a3a663..984ec656b03b 100644 --- a/net/ipv4/inet_hashtables.c +++ b/net/ipv4/inet_hashtables.c @@ -21,6 +21,7 @@ #include <net/inet_connection_sock.h> #include <net/inet_hashtables.h> +#include <net/secure_seq.h> #include <net/ip.h> /* |