summaryrefslogtreecommitdiff
path: root/misc/magicpoint/files/patch-new.c
blob: 3ef94b86a40fbb91599f5058816193884fa8235c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- image/new.c.orig	2004-09-01 03:50:32 UTC
+++ image/new.c
@@ -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>