summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Signals.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Support/Signals.cpp')
-rw-r--r--llvm/lib/Support/Signals.cpp1
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;
OpenPOWER on IntegriCloud