[PATCH] fix build on OpenBSD: include signal.h for SIGUSR1 and kill()

From: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Fri, 20 May 2016 10:50:37 +0200

---
 query.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/query.c b/query.c
index 67ddbe0..d4915c0 100644
--- a/query.c
+++ b/query.c
_AT_@ -11,6 +11,7 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <getopt.h>
+#include <signal.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-- 
2.8.1
--v2n7Z4/dAi2cZKTm--
Received on Mon Sep 17 2001 - 00:00:00 CEST

This archive was generated by hypermail 2.3.0 : Fri May 20 2016 - 12:36:10 CEST