$OpenBSD: patch-src_splitpoints_window_h,v 1.1 2021/02/02 01:22:53 sthen Exp $

-fno-common fix from gentoo

Index: src/splitpoints_window.h
--- src/splitpoints_window.h.orig
+++ src/splitpoints_window.h
@@ -41,7 +41,7 @@
 #include "all_includes.h"
 
 //!The enum telling which item is kept in which column of the splitpoint tree
-enum {
+typedef enum {
   COL_CHECK = 0,
   COL_DESCRIPTION = 1,
   COL_MINUTES = 2,
