[llvm-commits] CVS: reopt/lib/LightWtProfiling/scheduler.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Thu Jul 29 21:07:46 PDT 2004
Changes in directory reopt/lib/LightWtProfiling:
scheduler.cpp updated: 1.10 -> 1.11
---
Log message:
Include <cerrno> to use errno on Linux.
---
Diffs of the changes: (+1 -0)
Index: reopt/lib/LightWtProfiling/scheduler.cpp
diff -u reopt/lib/LightWtProfiling/scheduler.cpp:1.10 reopt/lib/LightWtProfiling/scheduler.cpp:1.11
--- reopt/lib/LightWtProfiling/scheduler.cpp:1.10 Fri Jun 25 01:25:35 2004
+++ reopt/lib/LightWtProfiling/scheduler.cpp Thu Jul 29 23:07:36 2004
@@ -18,6 +18,7 @@
#include <queue>
#include <csignal>
#include <iostream>
+#include <cerrno>
#if !(defined(__linux__) || (defined(__svr4__) && defined(__sparc__)))
// We'll just pop enough stuff in here so that scheduler.cpp compiles.
More information about the llvm-commits
mailing list