[ofw] [PATCH 1/12] complib/cl_byteswap_osd.h: Add missing include	file for stdlib.h
    Sean Hefty 
    sean.hefty at intel.com
       
    Mon Jul 21 09:10:06 PDT 2008
    
    
  
Avoid build errors when cl_byteswap_osd.h is included directly.
Signed-off-by: Sean Hefty <sean.hefty at intel.com>
---
All patches apply using 'patch -p2'
diff -up -r -X trunk\docs\dontdiff.txt -I '\$Id:' trunk/inc/user/complib/cl_byteswap_osd.h
branches\winverbs/inc/user/complib/cl_byteswap_osd.h
--- trunk/inc/user/complib/cl_byteswap_osd.h	2008-02-21 00:46:11.281018300 -0800
+++ branches\winverbs/inc/user/complib/cl_byteswap_osd.h	2008-05-05 10:23:09.326500000 -0700
@@ -36,6 +36,7 @@
 
 
 #include "complib/cl_types.h"
+#include <stdlib.h>
 
 
 #ifdef __cplusplus
    
    
More information about the ofw
mailing list