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:
parent
01e89ada25
commit
09104dc417
@ -1,5 +1,6 @@
|
||||
#include "replace.h"
|
||||
#include <sys/types.h>
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
#include "libcli/util/ntstatus.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user