mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s4:smbd: Add missing unistd.h include to fix build of process_prefork
error: implicit declaration of function ‘getpgrp’; did you mean ‘getpt’? [-Werror=implicit-function-declaration] Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
42e7671226
commit
5bfe93b4eb
@ -24,6 +24,8 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include <unistd.h>
|
||||
|
||||
#include "lib/events/events.h"
|
||||
#include "lib/messaging/messaging.h"
|
||||
#include "lib/socket/socket.h"
|
||||
|
Loading…
Reference in New Issue
Block a user