Author: asl
Date: Fri Oct  5 18:00:17 2007
New Revision: 42659

URL: http://llvm.org/viewvc/llvm-project?rev=42659&view=rev
Log:
Fix smg2000 on mingw32

Modified:
    test-suite/trunk/MultiSource/Benchmarks/ASCI_Purple/SMG2000/timer.c

Modified: test-suite/trunk/MultiSource/Benchmarks/ASCI_Purple/SMG2000/timer.c
URL: 
http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/ASCI_Purple/SMG2000/timer.c?rev=42659&r1=42658&r2=42659&view=diff

==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/ASCI_Purple/SMG2000/timer.c 
(original)
+++ test-suite/trunk/MultiSource/Benchmarks/ASCI_Purple/SMG2000/timer.c Fri Oct 
 5 18:00:17 2007
@@ -19,7 +19,9 @@
  */
 
 #include <time.h>
+#ifndef __MINGW32__
 #include <sys/times.h>
+#endif
 #ifdef TIMER_USE_MPI
 #include "mpi.h"
 #endif


_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to