diff options
Diffstat (limited to 'clang/lib/Frontend/CompilerInstance.cpp')
-rw-r--r-- | clang/lib/Frontend/CompilerInstance.cpp | 2 |
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; |