1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-02 00:23:50 +03:00

get includes right for systems that use getpwanam()

This commit is contained in:
Andrew Tridgell
-
parent c2bf18fb8d
commit afe98165a2

View File

@@ -244,6 +244,12 @@
#include <shadow.h>
#endif
#ifdef HAVE_GETPWANAM
#include <sys/label.h>
#include <sys/audit.h>
#include <pwdadj.h>
#endif
#ifdef HAVE_SYS_SECURITY_H
#include <sys/security.h>
#include <prot.h>