summaryrefslogtreecommitdiff
path: root/ctdb/ib
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2016-06-27 17:28:59 +1000
committerMartin Schwenke <martins@samba.org>2016-07-05 10:53:15 +0200
commite582d2153742d89478d0eba47c1b948199d245ec (patch)
treef049fc68842a529af5c110dde4ea188518f66a3f /ctdb/ib
parentd9b6cd023686ff31d8ff83a5a98e7d1200f15e67 (diff)
downloadsamba-e582d2153742d89478d0eba47c1b948199d245ec.tar.gz
ctdb-ib: Include system/wait.h for signal
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/ib')
-rw-r--r--ctdb/ib/ibwrapper_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/ib/ibwrapper_test.c b/ctdb/ib/ibwrapper_test.c
index eaa14fb4e43..bc88dad051c 100644
--- a/ctdb/ib/ibwrapper_test.c
+++ b/ctdb/ib/ibwrapper_test.c
@@ -23,6 +23,7 @@
#include "replace.h"
#include "system/network.h"
#include "system/time.h"
+#include "system/wait.h"
#include <assert.h>
#include <talloc.h>