summaryrefslogtreecommitdiff
path: root/support/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-06 21:09:29 +0000
committerChris Lattner <sabre@nondot.org>2003-06-06 21:09:29 +0000
commitb8c8829a4a98060b6cd32112bdeee75daac4d35e (patch)
tree1e96a2db4363586f3f0221f1952792f65d0bfce8 /support/lib
parent30d002bd66d28e0c074ca350a30b57886566f8ae (diff)
downloadllvm-b8c8829a4a98060b6cd32112bdeee75daac4d35e.tar.gz
llvm-b8c8829a4a98060b6cd32112bdeee75daac4d35e.tar.bz2
llvm-b8c8829a4a98060b6cd32112bdeee75daac4d35e.tar.xz
Fix problem with perror
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6659 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'support/lib')
-rw-r--r--support/lib/Support/Timer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/lib/Support/Timer.cpp b/support/lib/Support/Timer.cpp
index a013b46d12..85114b57f2 100644
--- a/support/lib/Support/Timer.cpp
+++ b/support/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>