commit | b8aef8eff8f051cba32e0c706217ca5352587c97 | [log] [tgz] |
---|---|---|
author | Anand Shukla <ashukla@cs.uiuc.edu> | Fri Oct 04 23:57:01 2002 +0000 |
committer | Anand Shukla <ashukla@cs.uiuc.edu> | Fri Oct 04 23:57:01 2002 +0000 |
tree | bfa3ee70c4945fe2918ae30ed123fedbed63fa52 | |
parent | 195d3fb37f6b08d83e4047a16609127d54cb0b0d [diff] [blame] |
Added #include<unistd.h> to compile with solaris gcc3.2 llvm-svn: 4042
diff --git a/llvm/lib/Support/Timer.cpp b/llvm/lib/Support/Timer.cpp index fa48445..fb38fcb 100644 --- a/llvm/lib/Support/Timer.cpp +++ b/llvm/lib/Support/Timer.cpp
@@ -8,6 +8,7 @@ #include <sys/resource.h> #include <sys/time.h> #include <sys/unistd.h> +#include <unistd.h> #include <stdio.h> #include <iostream> #include <algorithm>