diff options
Diffstat (limited to '')
-rw-r--r-- | misc/kcd-devel/files/patch-af | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/kcd-devel/files/patch-af b/misc/kcd-devel/files/patch-af new file mode 100644 index 000000000000..cfd92798b3cd --- /dev/null +++ b/misc/kcd-devel/files/patch-af @@ -0,0 +1,14 @@ +--- 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[]; |