blob: fc342f9b8fb67decba67bb045561989fda79d769 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- 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
|