s4:smbd: Add missing unistd.h include to fix build of process_prefork
authorAndreas Schneider <asn@samba.org>
Thu, 19 Oct 2017 15:27:23 +0000 (17:27 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 19 Oct 2017 21:41:11 +0000 (23:41 +0200)
commit5bfe93b4eba48e290b25bd30175d7a36a6a421c5
treeaca16e179c4086f9663e966f11d8c886af2d7632
parent42e7671226fe410ef06edb3a35906bc451e2fa44
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>
source4/smbd/process_prefork.c