freebsd-ports/games/d2x/files/patch-mem.c
Kirill Ponomarev 6010217c3a Add d2x 0.2.5, port of Descent 2 Game.
PR:		ports/65257
Submitted by:	Radim Kolar
2004-04-08 08:29:23 +00:00

14 lines
331 B
C

--- mem/mem.c.orig Mon Apr 5 15:37:36 2004
+++ mem/mem.c Mon Apr 5 15:38:11 2004
@@ -34,11 +34,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#if defined(__APPLE__) && defined(__MACH__)
-#include <sys/malloc.h>
-#else
-#include <malloc.h>
-#endif
#include "pstypes.h"
#include "mono.h"
#include "error.h"