From: David Majnemer Date: Tue, 7 Oct 2014 05:56:45 +0000 (+0000) Subject: Attempt to calm down buildbots X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ba2113f934fbb9e1fd1d4abffb31f9d5c3fdb6df;p=oota-llvm.git Attempt to calm down buildbots git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219190 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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__) && \