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;
diff --git a/llvm/support/lib/Support/Signals.cpp b/llvm/support/lib/Support/Signals.cpp
index b3ad9c4..effc059 100644
--- a/llvm/support/lib/Support/Signals.cpp
+++ b/llvm/support/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;