s3-nsswitch: Fix warnings on Solaris.
authorIra Cooper <ira@samba.org>
Sun, 5 Feb 2012 14:47:16 +0000 (09:47 -0500)
committerIra Cooper <ira@samba.org>
Mon, 6 Feb 2012 17:28:53 +0000 (18:28 +0100)
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

nsswitch/winbind_nss_solaris.h

index 011330576dcb54b315de7513890cd937f67c9a85..f0cc099cf2403d4e60155b307726a7640ee0a1fd 100644 (file)
@@ -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;