diff options
author | Ira Cooper <ira@samba.org> | 2012-02-05 09:47:16 -0500 |
---|---|---|
committer | Ira Cooper <ira@samba.org> | 2012-02-06 18:28:53 +0100 |
commit | 98210e25e5143cec30b1e4d7a981451a6232f913 (patch) | |
tree | 6645ee7eb6e6eabb5353324693b1294ddb107c44 /nsswitch | |
parent | a0e44c30e21013f0136ddefc1bbbdc020413e749 (diff) | |
download | samba-98210e25e5143cec30b1e4d7a981451a6232f913.tar.gz samba-98210e25e5143cec30b1e4d7a981451a6232f913.tar.bz2 samba-98210e25e5143cec30b1e4d7a981451a6232f913.zip |
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
Diffstat (limited to 'nsswitch')
-rw-r--r-- | nsswitch/winbind_nss_solaris.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nsswitch/winbind_nss_solaris.h b/nsswitch/winbind_nss_solaris.h index 011330576d..f0cc099cf2 100644 --- a/nsswitch/winbind_nss_solaris.h +++ b/nsswitch/winbind_nss_solaris.h @@ -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; |