summaryrefslogtreecommitdiff
path: root/source3/nsswitch/wb_client.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-13 11:58:38 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-13 11:58:38 +0000
commit3a1cd6f427e7cdf92784a71f988def5792fa4e0a (patch)
tree1af34aa591f07c7d3327dbb40361c6d799a1986c /source3/nsswitch/wb_client.c
parentd58b1b5981652e5ef37eb8d07ae3ff7797b112c5 (diff)
downloadsamba-3a1cd6f427e7cdf92784a71f988def5792fa4e0a.tar.gz
samba-3a1cd6f427e7cdf92784a71f988def5792fa4e0a.tar.bz2
samba-3a1cd6f427e7cdf92784a71f988def5792fa4e0a.zip
make sure we find NSS_STATUS struct
(This used to be commit 7db718d44a62aee9610a9dfd9e671345a0ea7737)
Diffstat (limited to 'source3/nsswitch/wb_client.c')
-rw-r--r--source3/nsswitch/wb_client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nsswitch/wb_client.c b/source3/nsswitch/wb_client.c
index 10d53bf187..7bfa65176c 100644
--- a/source3/nsswitch/wb_client.c
+++ b/source3/nsswitch/wb_client.c
@@ -24,6 +24,7 @@
*/
#include "includes.h"
+#include "nsswitch/nss.h"
NSS_STATUS winbindd_request(int req_type,
struct winbindd_request *request,