diff --git a/[refs] b/[refs] index 40399ba59fc8..67d67fb73abe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 550e5ca77e96989c5e19f60e017205b2bcc615a5 +refs/heads/master: 9a7147b506ccae8552b0cf218b3c02982012eb4d diff --git a/trunk/include/rdma/Kbuild b/trunk/include/rdma/Kbuild index e7c043216558..ea56f76c0c22 100644 --- a/trunk/include/rdma/Kbuild +++ b/trunk/include/rdma/Kbuild @@ -1 +1,6 @@ +header-y += ib_user_cm.h header-y += ib_user_mad.h +header-y += ib_user_sa.h +header-y += ib_user_verbs.h +header-y += rdma_netlink.h +header-y += rdma_user_cm.h diff --git a/trunk/include/rdma/ib_user_cm.h b/trunk/include/rdma/ib_user_cm.h index bd3d380781e0..f79014aa28f9 100644 --- a/trunk/include/rdma/ib_user_cm.h +++ b/trunk/include/rdma/ib_user_cm.h @@ -34,6 +34,7 @@ #ifndef IB_USER_CM_H #define IB_USER_CM_H +#include #include #define IB_USER_CM_ABI_VERSION 5