summaryrefslogtreecommitdiff
path: root/games/uhexen/files/patch-src::w_wad.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/uhexen/files/patch-src::w_wad.c')
-rw-r--r--games/uhexen/files/patch-src::w_wad.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/uhexen/files/patch-src::w_wad.c b/games/uhexen/files/patch-src::w_wad.c
new file mode 100644
index 000000000000..fd925cb8a06e
--- /dev/null
+++ b/games/uhexen/files/patch-src::w_wad.c
@@ -0,0 +1,14 @@
+
+$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>