games/awele: fix build on recent current

This commit is contained in:
Tobias C. Berner 2020-08-27 20:04:02 +00:00
parent 04673929a6
commit 905a3a6e4a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546683

View file

@ -0,0 +1,11 @@
--- awele.h.orig 2020-08-27 20:02:51 UTC
+++ awele.h
@@ -14,7 +14,7 @@
#define DEFAULT_FILENAME "awele.save"
/* nom du fichier de sauvegarde */
-char nomfich[80] ;
+extern char nomfich[80] ;
typedef struct {
char board[TOTAL_SIZE] ; /* l'echiquier */