commit | efadd781f4967bfaaff91b89eb8549995cde0bb2 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Jun 06 21:09:29 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Jun 06 21:09:29 2003 +0000 |
tree | 5eb02c79095ade4af21f2f74aacf2cf7a36d75c0 | |
parent | 11ecb1d8ca8d536665662028f2aa8698606eaba7 [diff] [blame] |
Fix problem with perror llvm-svn: 6659
diff --git a/llvm/lib/Support/Timer.cpp b/llvm/lib/Support/Timer.cpp index a013b46..85114b5 100644 --- a/llvm/lib/Support/Timer.cpp +++ b/llvm/lib/Support/Timer.cpp
@@ -11,6 +11,7 @@ #include <sys/unistd.h> #include <unistd.h> #include <malloc.h> +#include <stdio.h> #include <iostream> #include <algorithm> #include <functional>