summaryrefslogtreecommitdiff
path: root/games/wolfpack/files/patch-ac
blob: 7ca0cc2e682dfaf45ed1084b320eaf364033a295 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/lib/lwp/sel.c.orig	Sat Dec 16 18:54:06 2000
+++ src/lib/lwp/sel.c	Sat Dec 16 18:54:25 2000
@@ -31,7 +31,11 @@
  *     Dave Pare, 1994
  */
 
+#if defined(__FreeBSD__)
+#include <stdlib.h>
+#else
 #include <malloc.h>
+#endif
 #include <errno.h>
 #include <sys/types.h>
 #include <sys/uio.h>