mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
s3-nsswitch: Fix warnings on Solaris.
Add "system/passwd.h" so struct group is declared. Autobuild-User: Ira Cooper <ira@samba.org> Autobuild-Date: Mon Feb 6 18:28:53 CET 2012 on sn-devel-104
This commit is contained in:
parent
a0e44c30e2
commit
98210e25e5
@ -25,6 +25,7 @@
|
||||
#include <nss_common.h>
|
||||
#include <nss_dbdefs.h>
|
||||
#include <nsswitch.h>
|
||||
#include "system/passwd.h"
|
||||
|
||||
typedef nss_status_t NSS_STATUS;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user