freebsd-ports/games/d2x/files/patch-mem_mem.c
Dmitry Marakasov f37325abf9 - Fix fetch by using correct MASTER_SITE
- Switch to options helpers
- Regenerate patches with `make makepatch`
2015-11-10 20:25:21 +00:00

14 lines
346 B
C

--- mem/mem.c.orig 2003-04-11 23:51:48 UTC
+++ mem/mem.c
@@ -34,11 +34,6 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CO
#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"