summaryrefslogtreecommitdiff
path: root/parallel/pvm3/patches/patch-bo
blob: e93b7eb9b47259468a36f5bc05485777492a5381 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-bo,v 1.1 2004/07/18 18:05:13 dmcmahill Exp $

--- tracer/trclib.h.orig	Fri May 11 21:19:43 2001
+++ tracer/trclib.h
@@ -34,8 +34,12 @@
 #include "pvmwin.h"
 #endif
 #include <time.h>
+#ifdef HASSTDLIB
+#include <stdlib.h>
+#else
 #ifndef IMA_MACOSX
 #include <malloc.h>
+#endif
 #endif