Use <time.h> rather than <sys/time.h>
authorDouglas Gregor <dgregor@apple.com>
Mon, 25 Mar 2013 21:51:16 +0000 (21:51 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 25 Mar 2013 21:51:16 +0000 (21:51 +0000)
llvm-svn: 177924

clang/lib/Frontend/CompilerInstance.cpp

index 2a35ca0..4c4d603 100644 (file)
@@ -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;