1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

ctdb-ib: Include system/wait.h for signal

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
Amitay Isaacs 2016-06-27 17:28:59 +10:00 committed by Martin Schwenke
parent d9b6cd0236
commit e582d21537

View File

@ -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>