Fixing compilation warning: osm_port_info_rcv.c:163: warning: implicit declaration of function 'free'
Signed-off-by: Yevgeny Kliteynik <[email protected]> --- opensm/opensm/osm_port_info_rcv.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/opensm/opensm/osm_port_info_rcv.c b/opensm/opensm/osm_port_info_rcv.c index 8a99064..9260047 100644 --- a/opensm/opensm/osm_port_info_rcv.c +++ b/opensm/opensm/osm_port_info_rcv.c @@ -46,6 +46,7 @@ #endif /* HAVE_CONFIG_H */ #include <string.h> +#include <stdlib.h> #include <iba/ib_types.h> #include <complib/cl_qmap.h> #include <complib/cl_passivelock.h> -- 1.5.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
