mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
d932eda697
supports X11 library graphics. I will fix it later to allow the use of OpenGL/Mesa well as the other libraries that Heretic has been ported to work with in the Unix world. PR: 17194
12 lines
230 B
Plaintext
12 lines
230 B
Plaintext
--- sndserv/wadread.c Thu Nov 25 05:24:49 1999
|
|
+++ sndserv/wadread.c.new Sun Feb 13 03:54:46 2000
|
|
@@ -39,7 +39,7 @@
|
|
*/
|
|
|
|
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <fcntl.h>
|
|
#include <sys/stat.h>
|
|
#include <stdio.h>
|