summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-17 15:00:50 +0200
committerGünther Deschner <gd@samba.org>2008-09-17 15:00:50 +0200
commit93384b627c41d38fb5e6c4632adc8a143d18b823 (patch)
tree131073e6906e6ee77e03f529a0b9a10fbdc8c6ca /source3
parent06999ae473b5a1fdf21b44fa5866ad1dbc47d749 (diff)
downloadsamba-93384b627c41d38fb5e6c4632adc8a143d18b823.tar.gz
samba-93384b627c41d38fb5e6c4632adc8a143d18b823.tar.bz2
samba-93384b627c41d38fb5e6c4632adc8a143d18b823.zip
pam_winbind: fix the build wrt libreplace.
Guenther
Diffstat (limited to 'source3')
-rw-r--r--source3/nsswitch/pam_winbind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/pam_winbind.h b/source3/nsswitch/pam_winbind.h
index c8c1910641..6dba127cdc 100644
--- a/source3/nsswitch/pam_winbind.h
+++ b/source3/nsswitch/pam_winbind.h
@@ -4,7 +4,7 @@
Shirish Kalele 2000
*/
-#include "lib/replace/replace.h"
+#include "../lib/replace/replace.h"
#include "system/syslog.h"
#include "system/time.h"