From 98210e25e5143cec30b1e4d7a981451a6232f913 Mon Sep 17 00:00:00 2001 From: Ira Cooper Date: Sun, 5 Feb 2012 09:47:16 -0500 Subject: [PATCH] s3-nsswitch: Fix warnings on Solaris. Add "system/passwd.h" so struct group is declared. Autobuild-User: Ira Cooper Autobuild-Date: Mon Feb 6 18:28:53 CET 2012 on sn-devel-104 --- nsswitch/winbind_nss_solaris.h | 1 + 1 file changed, 1 insertion(+) diff --git a/nsswitch/winbind_nss_solaris.h b/nsswitch/winbind_nss_solaris.h index 011330576dc..f0cc099cf24 100644 --- a/nsswitch/winbind_nss_solaris.h +++ b/nsswitch/winbind_nss_solaris.h @@ -25,6 +25,7 @@ #include #include #include +#include "system/passwd.h" typedef nss_status_t NSS_STATUS; -- 2.11.4.GIT