<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From e282e03107b1fa82bd15f0b75674536918266706 Mon Sep 17 00:00:00 2001
From: Slaven Rezic &lt;cpansand@cvrsnica-freebsd-101.herceg.de&gt;
Date: Sat, 29 Oct 2016 17:16:36 +0200
Subject: [PATCH] workaround for compilation problem on FreeBSD (SIGWINCH) (RT
 #114309)

---
 src/term.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/term.c b/src/term.c
index 6459da0..e9975e2 100644
--- a/src/term.c
+++ b/src/term.c
@@ -6,6 +6,7 @@
 
 /* We need SIGWINCH */
 #define _BSD_SOURCE
+#define __BSD_VISIBLE 1
 
 #include "tickit.h"
 
-- 
2.1.2

</pre></body></html>