diff options
author | Günther Deschner <gd@samba.org> | 2010-08-18 12:42:49 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-26 00:20:28 +0200 |
commit | 7ff7eb0b5299f90a313986bfc547f48ef9f8dc9c (patch) | |
tree | 2986bf153b364187cd11c266711de962e1d15ab1 /source3/auth | |
parent | 08eff4d311ef3dd4973645e28a7669db4c383cad (diff) | |
download | samba-7ff7eb0b5299f90a313986bfc547f48ef9f8dc9c.tar.gz samba-7ff7eb0b5299f90a313986bfc547f48ef9f8dc9c.tar.bz2 samba-7ff7eb0b5299f90a313986bfc547f48ef9f8dc9c.zip |
s3-build: only include nsswitch header where needed.
Guenther
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/server_info_sam.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/auth/server_info_sam.c b/source3/auth/server_info_sam.c index 7a33aab2a2..4731ad44f1 100644 --- a/source3/auth/server_info_sam.c +++ b/source3/auth/server_info_sam.c @@ -24,6 +24,7 @@ #include "includes.h" #include "smbd/globals.h" #include "../libcli/auth/libcli_auth.h" +#include "nsswitch/winbind_client.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_AUTH |