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 /nsswitch | |
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 'nsswitch')
-rw-r--r-- | nsswitch/wins.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nsswitch/wins.c b/nsswitch/wins.c index aa95ec7340..b4bc788f84 100644 --- a/nsswitch/wins.c +++ b/nsswitch/wins.c @@ -19,6 +19,8 @@ */ #include "includes.h" +#include "nsswitch/winbind_nss.h" + #ifdef HAVE_NS_API_H #include <ns_daemon.h> |