Fix problem with perror


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6659 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Support/Timer.cpp b/lib/Support/Timer.cpp
index a013b46..85114b5 100644
--- a/lib/Support/Timer.cpp
+++ b/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>