pea-pousset / APE

Xboard chess engine
0 stars 0 forks source link

Missing <signal.h> header #3

Open En-En-Code opened 1 year ago

En-En-Code commented 1 year ago

Hello,

In order to use signal and its associated constants SIGINT and SIG_IGN in xboard.c, you need to add an include to <signal.h>. Once I did that, I built the engine just fine.

Thanks, En-En-Code