8d86d65496
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
16 lines
340 B
C
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
|