[MOAB-dev] r5277 - MOAB/trunk/itaps/imesh
iulian at mcs.anl.gov
iulian at mcs.anl.gov
Wed Dec 21 13:15:51 CST 2011
Author: iulian
Date: 2011-12-21 13:15:50 -0600 (Wed, 21 Dec 2011)
New Revision: 5277
Modified:
MOAB/trunk/itaps/imesh/testc_cbind.c
Log:
remove #include <malloc.h> from the test, so more compilers would be happy
malloc should be defined in stdlib.h
Modified: MOAB/trunk/itaps/imesh/testc_cbind.c
===================================================================
--- MOAB/trunk/itaps/imesh/testc_cbind.c 2011-12-21 17:50:24 UTC (rev 5276)
+++ MOAB/trunk/itaps/imesh/testc_cbind.c 2011-12-21 19:15:50 UTC (rev 5277)
@@ -56,7 +56,6 @@
*/
#include <stdio.h>
-#include <malloc.h>
#include <string.h>
#include <stdlib.h>
#include "iMesh.h"
More information about the moab-dev
mailing list