diff options
author | Günther Deschner <gd@samba.org> | 2010-06-30 23:38:57 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-07-01 23:20:40 +0200 |
commit | dff7be8ccb9538cfe8468884aa2eecd129c631cb (patch) | |
tree | 5394ea1ffb34086c168bfe901c1b8ff53e376c18 /source3/libads | |
parent | 6d810eff81f6a0abb371b2661cb0711e46e1bf1d (diff) | |
download | samba-dff7be8ccb9538cfe8468884aa2eecd129c631cb.tar.gz samba-dff7be8ccb9538cfe8468884aa2eecd129c631cb.tar.bz2 samba-dff7be8ccb9538cfe8468884aa2eecd129c631cb.zip |
s3-libads: only include libds flags where needed.
Guenther
Diffstat (limited to 'source3/libads')
-rw-r--r-- | source3/libads/ldap.c | 1 | ||||
-rw-r--r-- | source3/libads/ldap_user.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c index 20a3439248..5adbd6d039 100644 --- a/source3/libads/ldap.c +++ b/source3/libads/ldap.c @@ -25,6 +25,7 @@ #include "libads/sitename_cache.h" #include "libads/cldap.h" #include "libads/dns.h" +#include "../libds/common/flags.h" #ifdef HAVE_LDAP diff --git a/source3/libads/ldap_user.c b/source3/libads/ldap_user.c index 69dc05335e..ffd20f9bd2 100644 --- a/source3/libads/ldap_user.c +++ b/source3/libads/ldap_user.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "../libds/common/flags.h" #ifdef HAVE_ADS |