From 4317d6c21b6528e88f67813670b74533fdaa2182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Tue, 29 Sep 2020 21:12:26 +0000 Subject: Fix build with -fno-common --- misc/viz/files/patch-viz.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'misc/viz/files/patch-viz.c') diff --git a/misc/viz/files/patch-viz.c b/misc/viz/files/patch-viz.c index 36421917ffbd..6aa02cee8d18 100644 --- a/misc/viz/files/patch-viz.c +++ b/misc/viz/files/patch-viz.c @@ -1,6 +1,6 @@ ---- viz.c.patched Sat Mar 8 18:07:20 1997 -+++ viz.c Sat Mar 8 18:07:26 1997 -@@ -55,14 +55,17 @@ +--- viz.c.orig 1995-04-14 13:30:56 UTC ++++ viz.c +@@ -55,14 +55,19 @@ #define VIZ_MAIN #include "viz.h" @@ -16,6 +16,8 @@ extern optind, opterr; extern char *optarg; +#endif ++ ++MEMP rootlist; char *prog; struct Format Fmt = { -- cgit v1.2.3