commit | 958f47b9f7a4a732805ccec7925800e0f0ab2b60 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Aug 01 19:16:29 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Aug 01 19:16:29 2003 +0000 |
tree | c2c9c9afc8beaf44b0071373042638328f941cf1 | |
parent | 607eaaba5f18b202c2b5b4e004f6a9de6a71d461 [diff] [blame] |
Move #include from a header to here llvm-svn: 7480
diff --git a/llvm/lib/Support/Signals.cpp b/llvm/lib/Support/Signals.cpp index b3ad9c4..effc059 100644 --- a/llvm/lib/Support/Signals.cpp +++ b/llvm/lib/Support/Signals.cpp
@@ -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;