summaryrefslogtreecommitdiff
path: root/games/wolfpack/files/patch-af
blob: f7c81c9c9a9675e12149a66433d31906a29a1cdb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/lib/lwp/misc/echo.c.orig	Sat Dec 16 18:55:16 2000
+++ src/lib/lwp/misc/echo.c	Sat Dec 16 18:55:41 2000
@@ -5,7 +5,11 @@
  *
  */
 
+#if defined(__FreeBSD__)
+#include <stdlib.h>
+#else
 #include <malloc.h>
+#endif
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/time.h>