From: Ying Xue Date: Sun, 4 Jan 2015 07:25:09 +0000 (+0800) Subject: rhashtable: fix missing header X-Git-Tag: v4.0-rc1~133^2~290 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=86b35b64ed7b6b38305dee67a0f2ddff2ca5455d;p=linux.git rhashtable: fix missing header Fixup below build error: include/linux/rhashtable.h: At top level: include/linux/rhashtable.h:118:34: error: field ‘mutex’ has incomplete type Signed-off-by: Ying Xue Acked-by: Thomas Graf Signed-off-by: David S. Miller --- diff --git a/include/linux/rhashtable.h b/include/linux/rhashtable.h index de7cac753b09..de1459c74c4d 100644 --- a/include/linux/rhashtable.h +++ b/include/linux/rhashtable.h @@ -20,6 +20,7 @@ #include #include +#include /* * The end of the chain is marked with a special nulls marks which has