summaryrefslogtreecommitdiff
path: root/source4/lib/events/events_signal.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-05-01 21:29:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:51:56 -0500
commit19a6878380eec4a66fb9f15f4d7a16d80c4ee84d (patch)
treefb59d0dc63d9f89e36aa58537c78acea4c003800 /source4/lib/events/events_signal.c
parent20a0206a102694a1eae7be73be6ae91ff7f6abce (diff)
downloadsamba-19a6878380eec4a66fb9f15f4d7a16d80c4ee84d.tar.gz
samba-19a6878380eec4a66fb9f15f4d7a16d80c4ee84d.tar.bz2
samba-19a6878380eec4a66fb9f15f4d7a16d80c4ee84d.zip
r22634: make the events system much less dependent on the samba4 build system
(This used to be commit b0c8c1cd21e3f91431504d70a4bc0d3c6dee6071)
Diffstat (limited to 'source4/lib/events/events_signal.c')
-rw-r--r--source4/lib/events/events_signal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/events/events_signal.c b/source4/lib/events/events_signal.c
index 9a8ebea6ae..2a75a0c0bd 100644
--- a/source4/lib/events/events_signal.c
+++ b/source4/lib/events/events_signal.c
@@ -23,6 +23,7 @@
#include "includes.h"
#include "system/filesys.h"
#include "system/select.h"
+#include "system/wait.h"
#include "lib/util/dlinklist.h"
#include "lib/events/events.h"
#include "lib/events/events_internal.h"