summaryrefslogtreecommitdiff
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
commit7db718d44a62aee9610a9dfd9e671345a0ea7737 (patch)
tree2522009f22783d4d3b890c86eb311d01fe8dbed5
parented6279481bfcb21212e9c22009969c19ea4f1646 (diff)
downloadsamba-7db718d44a62aee9610a9dfd9e671345a0ea7737.tar.gz
make sure we find NSS_STATUS struct
-rw-r--r--source/nsswitch/wb_client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/nsswitch/wb_client.c b/source/nsswitch/wb_client.c
index 10d53bf1875..7bfa65176c7 100644
--- a/source/nsswitch/wb_client.c
+++ b/source/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,