From e3c468f04035ce339c44e23742399159a65be905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Tue, 22 Sep 2020 17:40:50 +0000 Subject: Fix build with -fno-common --- misc/window/files/patch-context.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 misc/window/files/patch-context.c (limited to 'misc/window/files/patch-context.c') diff --git a/misc/window/files/patch-context.c b/misc/window/files/patch-context.c new file mode 100644 index 000000000000..c91849c7883d --- /dev/null +++ b/misc/window/files/patch-context.c @@ -0,0 +1,11 @@ +--- context.c.orig 2009-02-23 10:26:32 UTC ++++ context.c +@@ -46,6 +46,8 @@ static char rcsid[] = + #include + #include + ++struct context cx; ++ + /* + * Context push/pop for nested command files. + */ -- cgit v1.2.3