summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix/Process.inc
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2014-10-07 05:56:45 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2014-10-07 05:56:45 +0000
commit7348322390b5185c69b3cf344dbeccd7cf3e56fb (patch)
treec5f412e699a5ad6ec6e35661e8189a5422643d33 /llvm/lib/Support/Unix/Process.inc
parent51c2afc4b65b2782307a38ce54788ac4a61ef717 (diff)
downloadbcm5719-llvm-7348322390b5185c69b3cf344dbeccd7cf3e56fb.tar.gz
bcm5719-llvm-7348322390b5185c69b3cf344dbeccd7cf3e56fb.zip
Attempt to calm down buildbots
llvm-svn: 219190
Diffstat (limited to 'llvm/lib/Support/Unix/Process.inc')
-rw-r--r--llvm/lib/Support/Unix/Process.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Support/Unix/Process.inc b/llvm/lib/Support/Unix/Process.inc
index d39443b1124..0d84bee54d3 100644
--- a/llvm/lib/Support/Unix/Process.inc
+++ b/llvm/lib/Support/Unix/Process.inc
@@ -27,6 +27,9 @@
#ifdef HAVE_SYS_RESOURCE_H
#include <sys/resource.h>
#endif
+#if HAVE_SIGNAL_H
+#include <signal.h>
+#endif
// DragonFlyBSD, OpenBSD, and Bitrig have deprecated <malloc.h> for
// <stdlib.h> instead. Unix.h includes this for us already.
#if defined(HAVE_MALLOC_H) && !defined(__DragonFly__) && \
OpenPOWER on IntegriCloud