diff options
Diffstat (limited to 'devel/frink/files/patch-malloc')
-rw-r--r-- | devel/frink/files/patch-malloc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/frink/files/patch-malloc b/devel/frink/files/patch-malloc new file mode 100644 index 000000000000..b33f132bb6e6 --- /dev/null +++ b/devel/frink/files/patch-malloc @@ -0,0 +1,7 @@ +--- tcl.c Mon Apr 23 10:31:13 2001 ++++ tcl.c Tue May 8 15:30:28 2001 +@@ -23,3 +23,3 @@ + #else +-#include <malloc.h> ++#include <stdlib.h> + #endif |