games/awele: fix build on recent current
This commit is contained in:
parent
04673929a6
commit
905a3a6e4a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546683
1 changed files with 11 additions and 0 deletions
11
games/awele/files/patch-awele.h
Normal file
11
games/awele/files/patch-awele.h
Normal 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 */
|
Loading…
Reference in a new issue