freebsd-ports/games/wolfpack/files/patch-af
Chris D. Faulhaber 3263364474 Update port to 4.2.8
PR:		23605
Submitted by:	Maintainer
2000-12-19 01:17:36 +00:00

14 lines
289 B
Text

--- 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>