$OpenBSD: patch-src_tk_tkwindow_c,v 1.2 2017/05/09 13:01:42 espie Exp $
Index: src/tk/tkwindow.c
--- src/tk/tkwindow.c.orig
+++ src/tk/tkwindow.c
@@ -55,7 +55,7 @@ TkDisplay *tkDisplayList = NULL;
  * Have statics in this module been initialized?
  */
 
-static initialized = 0;
+static int initialized = 0;
 
 /*
  * Context information used to map from X window id's to
