diff options
Diffstat (limited to 'games-board/ace/files/ace-1.4-isgraph-include.patch')
-rw-r--r-- | games-board/ace/files/ace-1.4-isgraph-include.patch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/games-board/ace/files/ace-1.4-isgraph-include.patch b/games-board/ace/files/ace-1.4-isgraph-include.patch new file mode 100644 index 000000000000..7020ae06570d --- /dev/null +++ b/games-board/ace/files/ace-1.4-isgraph-include.patch @@ -0,0 +1,7 @@ +--- a/lib/make-imglib.c ++++ b/lib/make-imglib.c +@@ -1,3 +1,4 @@ ++#include <ctype.h> + #include <stdio.h> + #include <stdlib.h> + #include <string.h> |