diff options
Diffstat (limited to 'graphics/gd2/files/patch-malloc')
-rw-r--r-- | graphics/gd2/files/patch-malloc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/gd2/files/patch-malloc b/graphics/gd2/files/patch-malloc new file mode 100644 index 000000000000..fa33bbc023f2 --- /dev/null +++ b/graphics/gd2/files/patch-malloc @@ -0,0 +1,5 @@ +--- gdcache.h Tue Feb 6 14:44:02 2001 ++++ gdcache.h Fri Aug 24 08:10:41 2001 +@@ -43 +43 @@ +-#include <malloc.h> ++#include <stdlib.h> |