blob: f7cb9a9cefc8101a3f0c468a29ee42046209db44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/mcl.c.orig Tue Nov 19 12:33:49 1996
+++ src/mcl.c Tue Nov 19 12:34:23 1996
@@ -25,7 +25,7 @@
#define MAIN
#include "protocol.h"
-#include <malloc.h>
+#include <stdlib.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
|