diff options
author | Günther Deschner <gd@samba.org> | 2008-09-17 15:00:50 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-09-17 15:00:50 +0200 |
commit | 93384b627c41d38fb5e6c4632adc8a143d18b823 (patch) | |
tree | 131073e6906e6ee77e03f529a0b9a10fbdc8c6ca | |
parent | 06999ae473b5a1fdf21b44fa5866ad1dbc47d749 (diff) | |
download | samba-93384b627c41d38fb5e6c4632adc8a143d18b823.tar.gz samba-93384b627c41d38fb5e6c4632adc8a143d18b823.tar.bz2 samba-93384b627c41d38fb5e6c4632adc8a143d18b823.zip |
pam_winbind: fix the build wrt libreplace.
Guenther
-rw-r--r-- | source3/nsswitch/pam_winbind.h | 2 |
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" |