From e282e03107b1fa82bd15f0b75674536918266706 Mon Sep 17 00:00:00 2001
From: Slaven Rezic <[email protected]>
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