opnsense-ports/devel/libpeak/files/patch-peak_engine_mode_kqueue.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

12 lines
327 B
C

--- peak/engine_mod_kqueue.c.orig 2013-02-11 09:50:18.000000000 +0100
+++ peak/engine_mod_kqueue.c 2013-02-11 09:51:01.000000000 +0100
@@ -47,6 +47,9 @@
#include <time.h>
#include <unistd.h>
#include <sys/event.h>
+#ifdef HAVE_SYS_SIGNAL_H
+#include <sys/signal.h>
+#endif
#ifdef HAVE_SIGNAL_H
#include <signal.h>
#endif