From 958f47b9f7a4a732805ccec7925800e0f0ab2b60 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 1 Aug 2003 19:16:29 +0000 Subject: Move #include from a header to here llvm-svn: 7480 --- llvm/lib/Support/Signals.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Support/Signals.cpp') 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 #include #include +#include "Config/config.h" // Get the signal handler return type static std::vector FilesToRemove; -- cgit v1.2.3