From c4f4310d40312a5cfe305defee48a1e189010c1c Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Thu, 27 Aug 2020 15:41:06 +0000 Subject: [PATCH] games/four-in-a-row: fix build on recent current --- games/four-in-a-row/files/patch-src_main.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 games/four-in-a-row/files/patch-src_main.h diff --git a/games/four-in-a-row/files/patch-src_main.h b/games/four-in-a-row/files/patch-src_main.h new file mode 100644 index 000000000000..cfcb92b312f3 --- /dev/null +++ b/games/four-in-a-row/files/patch-src_main.h @@ -0,0 +1,11 @@ +--- src/main.h.orig 2020-08-27 15:38:59 UTC ++++ src/main.h +@@ -51,7 +51,7 @@ typedef enum { + + extern PlayerID who_starts; + +-gboolean player_active; ++extern gboolean player_active; + + void game_reset (void); + void process_move (int move);