[llvm-commits] CVS: llvm/lib/Support/Signals.cpp
Chris Lattner
lattner at cs.uiuc.edu
Fri Aug 1 14:17:07 PDT 2003
Changes in directory llvm/lib/Support:
Signals.cpp updated: 1.6 -> 1.7
---
Log message:
Move #include from a header to here
---
Diffs of the changes:
Index: llvm/lib/Support/Signals.cpp
diff -u llvm/lib/Support/Signals.cpp:1.6 llvm/lib/Support/Signals.cpp:1.7
--- llvm/lib/Support/Signals.cpp:1.6 Mon Jun 30 16:58:48 2003
+++ llvm/lib/Support/Signals.cpp Fri Aug 1 14:16:29 2003
@@ -11,6 +11,7 @@
#include <cstdlib>
#include <cstdio>
#include <signal.h>
+#include "Config/config.h" // Get the signal handler return type
static std::vector<std::string> FilesToRemove;
More information about the llvm-commits
mailing list