diff options
author | Tim Potter <tpot@samba.org> | 2003-04-02 06:16:15 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-04-02 06:16:15 +0000 |
commit | 759179b1902d2847cce199e2efa1f830ec675427 (patch) | |
tree | 1f92544247d7848911e25220ce33d341f8dd5d21 /source3/include | |
parent | 21c4559c84f4599a6b990a18dc3bb781ab5fd8c1 (diff) | |
download | samba-759179b1902d2847cce199e2efa1f830ec675427.tar.gz samba-759179b1902d2847cce199e2efa1f830ec675427.tar.xz samba-759179b1902d2847cce199e2efa1f830ec675427.zip |
Merge of winbind nss library cleanup from HEAD.
(This used to be commit a4b5f2c01bae049edc4f385cb0441bbde4fb443b)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 41f6075a20c..f6d26afe4f7 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -820,7 +820,7 @@ struct functable { #define UNI_XDIGIT 0x8 #define UNI_SPACE 0x10 -#include "nsswitch/nss.h" +#include "nsswitch/winbind_nss.h" /* forward declaration from printing.h to get around header file dependencies */ |