mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
bbe7ed6435
PR: 20655 Submitted by: Ports Fury
15 lines
256 B
Plaintext
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[];
|