diff options
author | Günther Deschner <gd@samba.org> | 2010-07-01 00:44:15 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-07-01 23:20:40 +0200 |
commit | d1538add736ae3ac7ca3c728e2bd1696d588b374 (patch) | |
tree | 7f27a85bf4a2b795089f970581e09045953fa816 /source3/winbindd/idmap_hash | |
parent | 04641abb33a06486327088105b578865ed727a23 (diff) | |
download | samba-d1538add736ae3ac7ca3c728e2bd1696d588b374.tar.gz samba-d1538add736ae3ac7ca3c728e2bd1696d588b374.tar.bz2 samba-d1538add736ae3ac7ca3c728e2bd1696d588b374.zip |
s3-nss_info: only include nss_info.h where needed.
Guenther
Diffstat (limited to 'source3/winbindd/idmap_hash')
-rw-r--r-- | source3/winbindd/idmap_hash/idmap_hash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/idmap_hash/idmap_hash.c b/source3/winbindd/idmap_hash/idmap_hash.c index 844950e737..de4652d684 100644 --- a/source3/winbindd/idmap_hash/idmap_hash.c +++ b/source3/winbindd/idmap_hash/idmap_hash.c @@ -21,6 +21,7 @@ #include "includes.h" #include "winbindd/winbindd.h" #include "idmap_hash.h" +#include "nss_info.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_IDMAP |