From ca2da6154068c8fb9ef89407d34deb9bb8f5fbfa Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 16 Sep 2008 17:05:00 +0200 Subject: Use single cope of nss_wrapper in Samba 3 and Samba 4. --- source3/lib/replace/system/passwd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/replace/system') diff --git a/source3/lib/replace/system/passwd.h b/source3/lib/replace/system/passwd.h index cad3197ccb..9d7de34bce 100644 --- a/source3/lib/replace/system/passwd.h +++ b/source3/lib/replace/system/passwd.h @@ -104,7 +104,7 @@ char *rep_getpass(const char *prompt); #ifndef NSS_WRAPPER_NOT_REPLACE #define NSS_WRAPPER_REPLACE #endif -#include "lib/nss_wrapper/nss_wrapper.h" +#include "../nss_wrapper/nss_wrapper.h" #endif #endif -- cgit