diff options
Diffstat (limited to 'games/crafty/files/patch-chess.h')
-rw-r--r-- | games/crafty/files/patch-chess.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/crafty/files/patch-chess.h b/games/crafty/files/patch-chess.h new file mode 100644 index 000000000000..073779471229 --- /dev/null +++ b/games/crafty/files/patch-chess.h @@ -0,0 +1,10 @@ +--- chess.h.orig 2010-01-24 12:22:38.000000000 +0100 ++++ chess.h 2010-01-24 12:22:45.000000000 +0100 +@@ -23,7 +23,6 @@ + #include <stdio.h> + #include <assert.h> + #include <stdlib.h> +-#include <malloc.h> + #include <string.h> + #if !defined(TYPES_INCLUDED) + # include "lock.h" |