forked from Lainports/freebsd-ports
13 lines
325 B
Text
13 lines
325 B
Text
diff -ru2 ../../work.orig/magicpoint-1.09a/image/new.c ./image/new.c
|
|
--- ../../work.orig/magicpoint-1.09a/image/new.c Sat Nov 17 23:06:01 2001
|
|
+++ ./image/new.c Sat Nov 17 23:11:45 2001
|
|
@@ -12,5 +12,9 @@
|
|
#include "image.h"
|
|
|
|
+#ifdef CSRG_BASED
|
|
+#include <stdlib.h>
|
|
+#else
|
|
#include <malloc.h>
|
|
+#endif
|
|
|
|
extern int _Xdebug;
|