diff options
author | Günther Deschner <gd@samba.org> | 2010-08-18 18:13:42 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-26 00:20:29 +0200 |
commit | 2b41f421fd14cb2190b43dbf079c734e7024335c (patch) | |
tree | 7def17821ed402c12e059f96780e835a08c88f87 /source3/winbindd/idmap_util.c | |
parent | 3ef531ec34dc709479005b00f50d1daf8e65269a (diff) | |
download | samba-2b41f421fd14cb2190b43dbf079c734e7024335c.tar.gz samba-2b41f421fd14cb2190b43dbf079c734e7024335c.tar.xz samba-2b41f421fd14cb2190b43dbf079c734e7024335c.zip |
s3-idmap: only include idmap headers where needed.
Guenther
Diffstat (limited to 'source3/winbindd/idmap_util.c')
-rw-r--r-- | source3/winbindd/idmap_util.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/winbindd/idmap_util.c b/source3/winbindd/idmap_util.c index 3afe9f8607..d743f8ce23 100644 --- a/source3/winbindd/idmap_util.c +++ b/source3/winbindd/idmap_util.c @@ -20,6 +20,8 @@ #include "includes.h" #include "winbindd.h" #include "winbindd_proto.h" +#include "idmap.h" +#include "idmap_cache.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_IDMAP |