diff options
author | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-10-04 23:57:01 +0000 |
---|---|---|
committer | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-10-04 23:57:01 +0000 |
commit | 34008373748f334b380972c67938c41f2e98582a (patch) | |
tree | c65694851c8d8cbd9ddfe132c71d344a87fa4d8f /support/lib/Support/Timer.cpp | |
parent | c1d4d79d9350373569b6764d9c053e7b096bb7bc (diff) | |
download | external_llvm-34008373748f334b380972c67938c41f2e98582a.zip external_llvm-34008373748f334b380972c67938c41f2e98582a.tar.gz external_llvm-34008373748f334b380972c67938c41f2e98582a.tar.bz2 |
Added #include<unistd.h> to compile with solaris gcc3.2
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4042 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'support/lib/Support/Timer.cpp')
-rw-r--r-- | support/lib/Support/Timer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/lib/Support/Timer.cpp b/support/lib/Support/Timer.cpp index fa48445..fb38fcb 100644 --- a/support/lib/Support/Timer.cpp +++ b/support/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> |