diff options
author | Tim Potter <tpot@samba.org> | 2000-06-14 10:00:31 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2000-06-14 10:00:31 +0000 |
commit | e868d0b37263bd946ea589416f672cb1fcd58ec5 (patch) | |
tree | 481b9cb9c1659d139150f10a27d154e3a60a67aa /source3 | |
parent | 9ee57562d2cc597fb727a53c3fcea56bbb3276f4 (diff) | |
download | samba-e868d0b37263bd946ea589416f672cb1fcd58ec5.tar.gz samba-e868d0b37263bd946ea589416f672cb1fcd58ec5.tar.bz2 samba-e868d0b37263bd946ea589416f672cb1fcd58ec5.zip |
#include nsswitch/winbind_nss.h
(This used to be commit ce40ba9fba62d4debc43ab53b8564fc24d1f9e3b)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index bc552e0470..479b54d7e0 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1760,4 +1760,6 @@ typedef struct #define MAP_TO_GUEST_ON_BAD_USER 1 #define MAP_TO_GUEST_ON_BAD_PASSWORD 2 +#include "nsswitch/winbindd_nss.h" + #endif /* _SMB_H */ |