summaryrefslogtreecommitdiff
path: root/misc/magicpoint/files/patch-new.c
blob: 047351cd4aea451ba23f3bca2e31fdbcae732890 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- image/new.c.orig	Tue Aug 31 20:50:32 2004
+++ image/new.c	Fri Nov  5 13:53:17 2004
@@ -11,7 +11,7 @@
 #include "copyright.h"
 #include "image.h"
 
-#ifdef __APPLE__
+#if defined(__APPLE__) || defined(CSRG_BASED)
 #include <stdlib.h>
 #else
 #include <malloc.h>