]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
r8548: Offsetof macro needs stddef.h to pull in the definition.
authorMichael S. Tsirkin <mst@mellanox.co.il>
Mon, 17 Jul 2006 16:41:29 +0000 (16:41 +0000)
committerSean Hefty <sean.hefty@intel.com>
Mon, 17 Jul 2006 16:41:29 +0000 (16:41 +0000)
Signed-off-by: Michael S. Tsirkin <mst@mellanox.co.il>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
src/cma.c

index c59f3f2d75061c2b69d01f2d3142efa80b54dd80..c64d2f3b8aeb8b5a090133b66bd03a9ab236a593 100644 (file)
--- a/src/cma.c
+++ b/src/cma.c
@@ -48,6 +48,7 @@
 #include <pthread.h>
 #include <endian.h>
 #include <byteswap.h>
+#include <stddef.h>
 
 #include <infiniband/driver.h>
 #include <infiniband/marshall.h>