[llvm-commits] CVS: llvm/lib/Support/Timer.cpp
Anand Shukla
ashukla at cs.uiuc.edu
Fri Oct 4 18:58:01 PDT 2002
Changes in directory llvm/lib/Support:
Timer.cpp updated: 1.1 -> 1.2
---
Log message:
Added #include<unistd.h> to compile with solaris gcc3.2
---
Diffs of the changes:
Index: llvm/lib/Support/Timer.cpp
diff -u llvm/lib/Support/Timer.cpp:1.1 llvm/lib/Support/Timer.cpp:1.2
--- llvm/lib/Support/Timer.cpp:1.1 Tue Oct 1 14:36:54 2002
+++ llvm/lib/Support/Timer.cpp Fri Oct 4 18:57:01 2002
@@ -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>
More information about the llvm-commits
mailing list