mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
lib: FreeBSD needs sys/wait.h for WIFEXITED
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Tue May 2 21:14:22 CEST 2017 on sn-devel-144
This commit is contained in:
parent
b19f3730fc
commit
ae8f34984f
@ -21,6 +21,7 @@
|
|||||||
#include <talloc.h>
|
#include <talloc.h>
|
||||||
#include <tevent.h>
|
#include <tevent.h>
|
||||||
#include "system/filesys.h"
|
#include "system/filesys.h"
|
||||||
|
#include "system/wait.h"
|
||||||
#include "libcli/util/ntstatus.h"
|
#include "libcli/util/ntstatus.h"
|
||||||
#include "torture/torture.h"
|
#include "torture/torture.h"
|
||||||
#include "lib/util/data_blob.h"
|
#include "lib/util/data_blob.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user