]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[INET]: Add a missing include <linux/vmalloc.h> to inet_hashtables.h
authorEric Dumazet <dada1@cosmosbay.com>
Sun, 11 Nov 2007 05:18:39 +0000 (21:18 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 11 Nov 2007 05:18:39 +0000 (21:18 -0800)
Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet_hashtables.h

index 8461cda37490f2ba6a207f6e4583d3f998dd661f..469216d936631d3e76a4d92544b7e9f32e5c0706 100644 (file)
@@ -23,6 +23,7 @@
 #include <linux/spinlock.h>
 #include <linux/types.h>
 #include <linux/wait.h>
+#include <linux/vmalloc.h>
 
 #include <net/inet_connection_sock.h>
 #include <net/inet_sock.h>