summaryrefslogtreecommitdiff
path: root/source3/lib/replace/system/passwd.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-16 17:05:00 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-16 17:05:00 +0200
commitca2da6154068c8fb9ef89407d34deb9bb8f5fbfa (patch)
tree55f8013c4ce24d2235a1e33255825bf99ab8da4c /source3/lib/replace/system/passwd.h
parentec1c854f2175823bd1ad39c2e272d1b3fab80bf1 (diff)
downloadsamba-ca2da6154068c8fb9ef89407d34deb9bb8f5fbfa.tar.gz
samba-ca2da6154068c8fb9ef89407d34deb9bb8f5fbfa.tar.bz2
samba-ca2da6154068c8fb9ef89407d34deb9bb8f5fbfa.zip
Use single cope of nss_wrapper in Samba 3 and Samba 4.
Diffstat (limited to 'source3/lib/replace/system/passwd.h')
-rw-r--r--source3/lib/replace/system/passwd.h2
1 files changed, 1 insertions, 1 deletions
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