From 7d554e4104f432c7475f6a1019deb55619976a33 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 14 Sep 2007 13:14:59 +0000 Subject: r25158: rename nsswitch/winbindd_nss.h => nsswitch/winbind_struct_protocol.h metze (This used to be commit 1fc3a37902005a4f127191b9183747ddfb1f59a3) --- source4/nsswitch/winbind_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/nsswitch/winbind_client.h') diff --git a/source4/nsswitch/winbind_client.h b/source4/nsswitch/winbind_client.h index 373d56804a..6fafe6a7e3 100644 --- a/source4/nsswitch/winbind_client.h +++ b/source4/nsswitch/winbind_client.h @@ -1,5 +1,5 @@ #include "nsswitch/winbind_nss_config.h" -#include "nsswitch/winbindd_nss.h" +#include "nsswitch/winbind_struct_protocol.h" void init_request(struct winbindd_request *req,int rq_type); NSS_STATUS winbindd_send_request(int req_type, -- cgit