[PATCH] D43169: Include <sys/time.h> to get struct timeval definition

Dimitry Andric via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 13 09:41:27 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL325026: Include <sys/time.h> to get struct timeval definition (authored by dim, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D43169

Files:
  test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/partition.cpp


Index: test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/partition.cpp
===================================================================
--- test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/partition.cpp
+++ test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/partition.cpp
@@ -57,6 +57,7 @@
 #include "mpi.h"
 #endif
 
+#include <sys/time.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <math.h>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43169.134064.patch
Type: text/x-patch
Size: 446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180213/ffc3372e/attachment.bin>


More information about the llvm-commits mailing list