Attempt to calm down buildbots

llvm-svn: 219190
This commit is contained in:
David Majnemer 2014-10-07 05:56:45 +00:00
parent 51c2afc4b6
commit 7348322390
1 changed files with 3 additions and 0 deletions

View 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__) && \