[MOAB-dev] r4001 - MOAB/trunk/tools
    kraftche at cae.wisc.edu 
    kraftche at cae.wisc.edu
       
    Mon Jun  7 13:12:52 CDT 2010
    
    
  
Author: kraftche
Date: 2010-06-07 13:12:52 -0500 (Mon, 07 Jun 2010)
New Revision: 4001
Modified:
   MOAB/trunk/tools/mbmem.cpp
Log:
another portability fix from Mark Miller
Modified: MOAB/trunk/tools/mbmem.cpp
===================================================================
--- MOAB/trunk/tools/mbmem.cpp	2010-06-07 17:45:42 UTC (rev 4000)
+++ MOAB/trunk/tools/mbmem.cpp	2010-06-07 18:12:52 UTC (rev 4001)
@@ -12,6 +12,7 @@
 #ifndef _MSC_VER
 #include <sys/times.h>
 #include <sys/resource.h>
+#include <unistd.h>
 #endif
 
 void usage( const char* argv0, bool help = false )
    
    
More information about the moab-dev
mailing list