From fafac12dcd9c6e9411f1f60da6b0b563c9148789 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7480 91177308-0d34-0410-b5e6-96231b3b80d8 --- support/lib/Support/Signals.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'support') diff --git a/support/lib/Support/Signals.cpp b/support/lib/Support/Signals.cpp index b3ad9c4..effc059 100644 --- a/support/lib/Support/Signals.cpp +++ b/support/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.1