blob: a5338895eed199f935fbeb370cad465d49acbb7c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- sndserv/wadread.c.orig 1999-11-25 10:24:49 UTC
+++ sndserv/wadread.c
@@ -39,7 +39,7 @@
*/
-#include <malloc.h>
+#include <stdlib.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <stdio.h>
|