mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
Attempt to calm down buildbots
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219190 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
220c5ca8f4
commit
ba2113f934
@ -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__) && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user