]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
complib/cl_byteswap_osd.h: Add missing include file for stdlib.h
authorshefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Wed, 23 Jul 2008 19:56:47 +0000 (19:56 +0000)
committershefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Wed, 23 Jul 2008 19:56:47 +0000 (19:56 +0000)
Avoid build errors when cl_byteswap_osd.h is included directly.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1@1433 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/inc/user/complib/cl_byteswap_osd.h

index dfa29043aee970650f16351953f4777f44ca91f2..3f20c6da1612419a3a9366000c3788819fca87b6 100644 (file)
@@ -36,6 +36,7 @@
 \r
 \r
 #include "complib/cl_types.h"\r
+#include <stdlib.h>\r
 \r
 \r
 #ifdef __cplusplus\r