forked from OSchip/llvm-project
parent
51c2afc4b6
commit
7348322390
|
@ -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…
Reference in New Issue