freebsd-ports/misc/magicpoint/files/patch-aa
Yoshio MITA 04dd2cc9bf use stdlib.h instead of malloc.h For compatibility with 5-current.
This change does not affect 4-stable ports.

PR:		ports/32071
Submitted by:	also from Nicolas Jombart
2002-01-05 00:48:22 +00:00

11 lines
255 B
Text

--- image/new.c.orig Sun Dec 30 18:08:41 2001
+++ image/new.c Sun Dec 30 18:08:58 2001
@@ -11,7 +11,7 @@
#include "copyright.h"
#include "image.h"
-#include <malloc.h>
+#include <stdlib.h>
extern int _Xdebug;
extern void memoryExhausted(void);