[llvm] r219190 - Attempt to calm down buildbots

David Majnemer david.majnemer at gmail.com
Mon Oct 6 22:56:46 PDT 2014


Author: majnemer
Date: Tue Oct  7 00:56:45 2014
New Revision: 219190

URL: http://llvm.org/viewvc/llvm-project?rev=219190&view=rev
Log:
Attempt to calm down buildbots

Modified:
    llvm/trunk/lib/Support/Unix/Process.inc

Modified: llvm/trunk/lib/Support/Unix/Process.inc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/Unix/Process.inc?rev=219190&r1=219189&r2=219190&view=diff
==============================================================================
--- llvm/trunk/lib/Support/Unix/Process.inc (original)
+++ llvm/trunk/lib/Support/Unix/Process.inc Tue Oct  7 00:56:45 2014
@@ -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__) && \





More information about the llvm-commits mailing list