1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

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
This commit is contained in:
Lumir Balhar 2017-10-11 21:02:24 +02:00 committed by Andreas Schneider
parent 01e89ada25
commit 09104dc417

View File

@ -1,5 +1,6 @@
#include "replace.h"
#include <sys/types.h>
#include <signal.h>
#include <unistd.h>
#include "libcli/util/ntstatus.h"