summaryrefslogtreecommitdiffstats
path: root/benchmarks/siege/files/patch-src_init.c
blob: e2d0c2ce2b7816ae64d083f5efece53f594f5922 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/init.c.orig	2016-05-20 11:41:06 UTC
+++ src/init.c
@@ -39,6 +39,9 @@
 #include <unistd.h>
 #include <errno.h>
 #include <stdlib.h>
+#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
+#include <signal.h>
+#endif
 
 #define LINESZ 1024
 
OpenPOWER on IntegriCloud