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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user