From: Dotan Barak Date: Tue, 31 Jul 2007 13:37:11 +0000 (+0300) Subject: IB: Include from X-Git-Tag: v2.6.23-rc4~126^2~9 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=e8b398deb73b4a0c3d636f2146c9f35f8eac6d88;p=~emulex%2Finfiniband.git IB: Include from ib_mad.h uses struct list_head, so while linux/list.h seems to be pulled in indirectly by one of the headers it includes, the right thing is to include linux/list.h directly. Signed-off-by: Dotan Barak Signed-off-by: Roland Dreier --- diff --git a/include/rdma/ib_mad.h b/include/rdma/ib_mad.h index 30712ddd8a5..8ec3799e42e 100644 --- a/include/rdma/ib_mad.h +++ b/include/rdma/ib_mad.h @@ -39,6 +39,8 @@ #if !defined( IB_MAD_H ) #define IB_MAD_H +#include + #include /* Management base version */