1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/games/uhexen/files/patch-src::w_wad.c
2003-02-10 15:13:40 +00:00

15 lines
316 B
C

$FreeBSD$
--- src/w_wad.c 2003/02/10 14:47:45 1.1
+++ src/w_wad.c 2003/02/10 14:47:58
@@ -13,7 +13,7 @@
// HEADER FILES ------------------------------------------------------------
#include <sys/types.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/stat.h>