openbsd-ports/graphics/gd/patches/patch-gdcache_h
brad 0a878b8131 - use --mode option with libtool
- use better names for the patches
2000-06-25 02:45:33 +00:00

12 lines
313 B
Plaintext

--- gdcache.h.orig Sat Jun 3 15:26:12 2000
+++ gdcache.h Sat Jun 24 22:20:32 2000
@@ -40,7 +40,7 @@
/* header */
/*********************************************************/
-#include <malloc.h>
+#include <stdlib.h>
#ifndef NULL
#define NULL (void *)0
#endif