summaryrefslogtreecommitdiff
path: root/games/wolfpack/files/patch-ab
blob: 24b36823a9455d3b64b5669dfcc19fecc58e5dc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/lib/lwp/lwp.c.orig	Sat Dec 16 22:53:35 2000
+++ src/lib/lwp/lwp.c	Sat Dec 16 22:54:05 2000
@@ -23,7 +23,11 @@
 
 #include <stdio.h>
 #include <signal.h>
+#if defined(__FreeBSD__)
+#include <stdlib.h>
+#else
 #include <malloc.h>
+#endif
 #include <string.h>
 #include "lwp.h"
 #include "lwpint.h"