summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInstance.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2013-03-25 21:51:16 +0000
committerDouglas Gregor <dgregor@apple.com>2013-03-25 21:51:16 +0000
commit37da327c6a348794a24bed30e88db7d1a4cc481a (patch)
tree2552968b91e8609770c0c83f17a512ba3670a6ae /clang/lib/Frontend/CompilerInstance.cpp
parentb0c9201eb9666c9d71e3dfc328d71d3998d587e7 (diff)
downloadbcm5719-llvm-37da327c6a348794a24bed30e88db7d1a4cc481a.tar.gz
bcm5719-llvm-37da327c6a348794a24bed30e88db7d1a4cc481a.zip
Use <time.h> rather than <sys/time.h>
llvm-svn: 177924
Diffstat (limited to 'clang/lib/Frontend/CompilerInstance.cpp')
-rw-r--r--clang/lib/Frontend/CompilerInstance.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CompilerInstance.cpp b/clang/lib/Frontend/CompilerInstance.cpp
index 2a35ca0794a..4c4d6037163 100644
--- a/clang/lib/Frontend/CompilerInstance.cpp
+++ b/clang/lib/Frontend/CompilerInstance.cpp
@@ -45,7 +45,7 @@
#include "llvm/Support/raw_ostream.h"
#include "llvm/Support/system_error.h"
#include <sys/stat.h>
-#include <sys/time.h>
+#include <time.h>
using namespace clang;
OpenPOWER on IntegriCloud