From: Ira Weiny <wei...@llnl.gov>
Date: Mon, 14 Feb 2011 15:25:36 -0800
Subject: [PATCH] Fix compile warning introduced by patch "fixed getline pointer 
allocation free in osm_console_io"


Signed-off-by: Ira Weiny <wei...@llnl.gov>
---
 opensm/osm_console_io.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opensm/osm_console_io.c b/opensm/osm_console_io.c
index 1205a5f..0614c7f 100644
--- a/opensm/osm_console_io.c
+++ b/opensm/osm_console_io.c
@@ -56,6 +56,7 @@
 #include <errno.h>
 #include <signal.h>
 #include <opensm/osm_console_io.h>
+#include <stdlib.h>
 
 static int is_local(char *str)
 {
-- 
1.5.4.5

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to