aboutsummaryrefslogtreecommitdiffstats
path: root/editors/texmacs/files/patch-src_System_Link_pipe__link.cpp
blob: 2395fd9a062e958c71f0fa8e81ad0f4c64298052 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/System/Link/pipe_link.cpp.orig	2014-03-03 11:44:14 UTC
+++ src/System/Link/pipe_link.cpp
@@ -30,7 +30,7 @@
 #include <signal.h>
 #include <sys/wait.h>
 #endif
-#ifndef __APPLE__
+#if !defined(__APPLE__) && !defined(__FreeBSD__)
 #include <malloc.h>
 #endif