diff -ruN hoard-3.6.1.orig/src/heaplayers/wrapper.cpp hoard-3.6.1/src/heaplayers/wrapper.cpp
--- hoard-3.6.1.orig/src/heaplayers/wrapper.cpp 2007-05-21 18:47:06.000000000 -0700
+++ hoard-3.6.1/src/heaplayers/wrapper.cpp 2007-05-25 16:03:55.000000000 -0700
+#if defined(_WIN32) || defined(linux)
+#elif defined(__APPLE__)
+#include <malloc/malloc.h>
#define WIN32_LEAN_AND_MEAN
diff -ruN hoard-3.6.1.orig/src/hoarddetours.cpp hoard-3.6.1/src/hoarddetours.cpp
--- hoard-3.6.1.orig/src/hoarddetours.cpp 2007-05-21 18:47:06.000000000 -0700
+++ hoard-3.6.1/src/hoarddetours.cpp 2007-05-25 16:04:13.000000000 -0700
+#if defined(_WIN32) || defined(linux)
+#elif defined(__APPLE__)
+#include <malloc/malloc.h>