From ba2113f934fbb9e1fd1d4abffb31f9d5c3fdb6df Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Tue, 7 Oct 2014 05:56:45 +0000 Subject: [PATCH] Attempt to calm down buildbots git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219190 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Unix/Process.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/Support/Unix/Process.inc b/lib/Support/Unix/Process.inc index d39443b1124..0d84bee54d3 100644 --- a/lib/Support/Unix/Process.inc +++ b/lib/Support/Unix/Process.inc @@ -27,6 +27,9 @@ #ifdef HAVE_SYS_RESOURCE_H #include #endif +#if HAVE_SIGNAL_H +#include +#endif // DragonFlyBSD, OpenBSD, and Bitrig have deprecated for // instead. Unix.h includes this for us already. #if defined(HAVE_MALLOC_H) && !defined(__DragonFly__) && \