$OpenBSD: patch-gattrib_src_globals_c,v 1.1 2021/02/12 17:29:25 edd Exp $

Fixes for -fno-common.

Index: gattrib/src/globals.c
--- gattrib/src/globals.c.orig
+++ gattrib/src/globals.c
@@ -49,3 +49,15 @@ int quiet_mode=FALSE;   //!< Reflects the value of the
  */
 void (*variable_set_func)() = i_vars_set;
 
+TOPLEVEL *pr_current;
+SHEET_DATA *sheet_head;
+GtkWidget *window;
+GtkWidget *notebook;
+GtkSheet **sheets;
+GtkWidget **scrolled_windows;
+GtkWidget *entry;
+GtkWidget *location;
+GtkWidget *left_button;
+GtkWidget *center_button;
+GtkWidget *right_button;
+GtkWidget *label;
