[llvm-commits] CVS: llvm/lib/Transforms/Utils/Local.cpp

Alkis Evlogimenos alkis at cs.uiuc.edu
Wed Apr 21 11:12:05 PDT 2004


Changes in directory llvm/lib/Transforms/Utils:

Local.cpp updated: 1.21 -> 1.22

---
Log message:

Include cerrno (gcc-3.4 fix)


---
Diffs of the changes:  (+1 -0)

Index: llvm/lib/Transforms/Utils/Local.cpp
diff -u llvm/lib/Transforms/Utils/Local.cpp:1.21 llvm/lib/Transforms/Utils/Local.cpp:1.22
--- llvm/lib/Transforms/Utils/Local.cpp:1.21	Fri Apr 16 17:35:33 2004
+++ llvm/lib/Transforms/Utils/Local.cpp	Wed Apr 21 11:11:40 2004
@@ -15,6 +15,7 @@
 #include "llvm/Transforms/Utils/Local.h"
 #include "llvm/Constants.h"
 #include "llvm/Instructions.h"
+#include <cerrno>
 #include <cmath>
 using namespace llvm;
 





More information about the llvm-commits mailing list