You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-board/gnushogi/files/1.3-errno.patch

11 lines
304 B

--- gnushogi-1.3/gnushogi/gnushogi.h.orig 2002-04-26 17:42:22.000000000 +0200
+++ gnushogi-1.3/gnushogi/gnushogi.h 2004-01-02 13:18:37.000000000 +0100
@@ -118,6 +118,7 @@
#include <stdlib.h>
#include <assert.h>
#include <string.h>
+#include <errno.h>
#include <sys/param.h>
#include <sys/types.h>