From 7ff99155c39edd73ebf1c6adfa023b1048fee9a4 Mon Sep 17 00:00:00 2001 From: rdivacky Date: Wed, 4 Nov 2009 14:58:56 +0000 Subject: Update LLVM to r86025. --- lib/System/Unix/Process.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/System/Unix/Process.inc') diff --git a/lib/System/Unix/Process.inc b/lib/System/Unix/Process.inc index 94e4c1b..911b8c3 100644 --- a/lib/System/Unix/Process.inc +++ b/lib/System/Unix/Process.inc @@ -18,7 +18,9 @@ #ifdef HAVE_SYS_RESOURCE_H #include #endif -#ifdef HAVE_MALLOC_H +// DragonFly BSD has deprecated for instead, +// Unix.h includes this for us already. +#if defined(HAVE_MALLOC_H) && !defined(__DragonFly__) #include #endif #ifdef HAVE_MALLOC_MALLOC_H -- cgit v1.1