1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-05 12:22:11 +03:00

lib: Add missing include for unistd.h in unix_privs.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Andreas Schneider
2014-04-07 16:29:21 +02:00
committed by Stefan Metzmacher
parent 68c450a423
commit 1a46269599

View File

@ -21,6 +21,11 @@
#include "includes.h"
#include "system/passwd.h"
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include "../lib/util/unix_privs.h"
#include "../lib/util/setid.h"