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

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