freebsd-ports/devel/libhoard/files/patch-heaplayers-wrapper.cpp
Sergey A. Osokin f6047d4b61 Make fetchable by update to latest release 3.6.1.
Pointed out by:	pointyhat, kris
Approved by:	portmgr (erwin)
2007-05-24 07:05:45 +00:00

14 lines
309 B
C++

--- heaplayers/wrapper.cpp.orig Thu May 24 10:24:34 2007
+++ heaplayers/wrapper.cpp Thu May 24 10:29:14 2007
@@ -31,7 +31,11 @@
*/
#include <string.h> // for memcpy
+#ifdef __FreeBSD__
+#include <stdlib.h>
+#else
#include <malloc.h> // for memalign
+#endif
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN