aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/rdma/rdma_user_cm.h
diff options
context:
space:
mode:
authorDoug Ledford <dledford@redhat.com>2014-08-12 19:20:11 -0400
committerRoland Dreier <roland@purestorage.com>2014-08-12 22:03:31 -0700
commitdb1044d458a287c18c4d413adc4ad12e92e253b5 (patch)
treeda2b22b41f6c7c7c66566922979cef5136d5a4c2 /include/uapi/rdma/rdma_user_cm.h
parentRDMA/amso1100: Check for integer overflow in c2_alloc_cq_buf() (diff)
downloadlinux-dev-db1044d458a287c18c4d413adc4ad12e92e253b5.tar.xz
linux-dev-db1044d458a287c18c4d413adc4ad12e92e253b5.zip
RDMA/uapi: Include socket.h in rdma_user_cm.h
added struct sockaddr_storage to rdma_user_cm.h without also adding an include for linux/socket.h to make sure it is defined. Systemtap needs the header files to build standalone and cannot rely on other files to pre-include other headers, so add linux/socket.h to the list of includes in this file. Fixes: ee7aed4528f ("RDMA/ucma: Support querying for AF_IB addresses") Signed-off-by: Doug Ledford <dledford@redhat.com> Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'include/uapi/rdma/rdma_user_cm.h')
-rw-r--r--include/uapi/rdma/rdma_user_cm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/rdma/rdma_user_cm.h b/include/uapi/rdma/rdma_user_cm.h
index 99b80abf360a..3066718eb120 100644
--- a/include/uapi/rdma/rdma_user_cm.h
+++ b/include/uapi/rdma/rdma_user_cm.h
@@ -34,6 +34,7 @@
#define RDMA_USER_CM_H
#include <linux/types.h>
+#include <linux/socket.h>
#include <linux/in6.h>
#include <rdma/ib_user_verbs.h>
#include <rdma/ib_user_sa.h>