Add expression for building crafty and craftyFull

This commit is contained in:
John Wiegley
2014-05-27 12:57:50 -05:00
parent 4fa4518875
commit 93936fdf8a
4 changed files with 700 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- a/chess.h
+++ b/chess.h
@@ -25,7 +25,7 @@
#include <assert.h>
#include <stdlib.h>
#if !defined(IPHONE)
-# include <malloc.h>
+# include <sys/malloc.h>
#endif
#include <string.h>
#if !defined(TYPES_INCLUDED)