Attempt to calm down buildbots
authorDavid Majnemer <david.majnemer@gmail.com>
Tue, 7 Oct 2014 05:56:45 +0000 (05:56 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Tue, 7 Oct 2014 05:56:45 +0000 (05:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219190 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/Unix/Process.inc

index d39443b1124ff30ee7fa619729da8a777968d0c3..0d84bee54d31ffff6a5d49b773a791756bb0ec6f 100644 (file)
@@ -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__) && \