SHA256
1
0
forked from pool/gnuchess
gnuchess/gnuchess-missing-includes_implicit-fortify-decl.diff
Pavol Rusnak f0dd6c34d0 - updated gnuchess to (unofficial) version 5.07.94.1b
- updated to most recent book.dat
- removed obsolete getline patch
- added patches to fix a few rpmlint-warnings/errors
- added gnuchess-add_new_bookpath.diff so gnuchess finds the default
  opening book in /usr/share/gnuchess

- updated to (unofficial) version 5.07.9b by M. Vandenbergh
- added script "xgnuchess" to start xboard with gnuchess
  as first and second chess engine
- patches refreshed
- description updated

OBS-URL: https://build.opensuse.org/package/show/games/gnuchess?expand=0&rev=5
2011-04-15 12:14:20 +00:00

11 lines
222 B
Diff

--- src/game.c.orig 2010-08-04 20:03:13.000000000 +0200
+++ src/game.c 2010-08-04 20:04:02.000000000 +0200
@@ -1,6 +1,7 @@
// includes
#include <string.h>
+#include <unistd.h>
#include "common.h"
#include "game.h"