1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/misc/kcd/files/patch-af
Will Andrews bbe7ed6435 Update to 5.0.1.
PR:		20655
Submitted by:	Ports Fury
2000-08-20 10:21:02 +00:00

15 lines
256 B
Plaintext

--- cxxlib.cc.orig Fri Aug 11 23:14:55 2000
+++ cxxlib.cc Sat Aug 12 05:33:05 2000
@@ -19,7 +19,11 @@
*/
#include "cxxlib.h"
+#ifdef HAVE_MALLOC_H
#include <malloc.h>
+#else
+#include <stdlib.h>
+#endif
#include <unistd.h>
extern char progName[];