freebsd-ports/games/polyglot/files/patch-pipex_posix.c
Nicola Vitale 8d86d65496 PolyGlot is a "UCI adapter". It connects a UCI chess engine to an
xboard interface.

PolyGlot tries to solve known problems with other adapters.  For
instance, it detects and reports draws by fifty-move rule, repetition,
etc...

WWW: http://wbec-ridderkerk.nl/html/details1/PolyGlot.html
2014-01-13 05:01:34 +00:00

16 lines
340 B
C

--- ./pipex_posix.c.orig 2014-01-11 04:44:58.000000000 +0100
+++ ./pipex_posix.c 2014-01-11 04:45:23.000000000 +0100
@@ -2,11 +2,12 @@
// includes
+#include <sys/wait.h>
#include <string.h>
#include <stdlib.h>
#include <errno.h>
#include <wordexp.h>
-#include <sys/wait.h>
+#include <signal.h>
#include "pipex.h"
// prototypes