diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-01 19:16:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-01 19:16:29 +0000 |
commit | 958f47b9f7a4a732805ccec7925800e0f0ab2b60 (patch) | |
tree | c2c9c9afc8beaf44b0071373042638328f941cf1 /llvm/lib/Support/Signals.cpp | |
parent | 607eaaba5f18b202c2b5b4e004f6a9de6a71d461 (diff) | |
download | bcm5719-llvm-958f47b9f7a4a732805ccec7925800e0f0ab2b60.tar.gz bcm5719-llvm-958f47b9f7a4a732805ccec7925800e0f0ab2b60.zip |
Move #include from a header to here
llvm-svn: 7480
Diffstat (limited to 'llvm/lib/Support/Signals.cpp')
-rw-r--r-- | llvm/lib/Support/Signals.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/Signals.cpp b/llvm/lib/Support/Signals.cpp index b3ad9c42de2..effc0599e46 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; |