[PATCH 2/2] Fix compilation on OpenBSD

From: Gregor Best <gbe_AT_unobtanium.de>
Date: Tue, 16 Sep 2014 13:25:18 +0200

Signed-off-by: Gregor Best <gbe_AT_unobtanium.de>
---
 vis.c | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/vis.c b/vis.c
index 3a6a3a3..8cbe3dd 100644
--- a/vis.c
+++ b/vis.c
_AT_@ -14,6 +14,8 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 #define _POSIX_SOURCE
+/* Necessary for SIGWINCH on OpenBSD */
+#define _BSD_SOURCE
 #include <locale.h>
 #include <stdlib.h>
 #include <unistd.h>
-- 
2.1.0
--gj572EiMnwbLXET9--
Received on Mon Sep 17 2001 - 00:00:00 CEST

This archive was generated by hypermail 2.3.0 : Tue Sep 16 2014 - 14:24:03 CEST