summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorLumir Balhar <lbalhar@redhat.com>2017-10-11 21:02:24 +0200
committerAndreas Schneider <asn@cryptomilk.org>2017-10-18 14:24:39 +0200
commit09104dc41758bfee6dea2aebc80de52ac32a3c88 (patch)
tree4d2c369f70bb65a7f3662450906af8eafa0523d6 /testsuite
parent01e89ada251eb8bf0556568604298d56d9b41043 (diff)
downloadsamba-09104dc41758bfee6dea2aebc80de52ac32a3c88.tar.gz
unittests: Fix missing include of signal.h
Signed-off-by: Lumir Balhar <lbalhar@redhat.com> Reviewed-by: Andrew Bartlet <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Wed Oct 18 14:24:39 CEST 2017 on sn-devel-144
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/unittests/rpc_test_dummy_module.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/unittests/rpc_test_dummy_module.c b/testsuite/unittests/rpc_test_dummy_module.c
index 20d0571b46f..2b4e6e2e067 100644
--- a/testsuite/unittests/rpc_test_dummy_module.c
+++ b/testsuite/unittests/rpc_test_dummy_module.c
@@ -1,5 +1,6 @@
#include "replace.h"
#include <sys/types.h>
+#include <signal.h>
#include <unistd.h>
#include "libcli/util/ntstatus.h"