diff options
author | Günther Deschner <gd@samba.org> | 2011-02-26 00:17:33 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-02 22:17:17 +0100 |
commit | 93db9489fd778bd96e6434f4bd70e90b47c01b06 (patch) | |
tree | 50959368b398b29e8e7d68cf50ea8cca87b4b22d /source3/passdb | |
parent | 4afda9ebf49f2dc63b98c38132ce636ecf92e938 (diff) | |
download | samba-93db9489fd778bd96e6434f4bd70e90b47c01b06.tar.gz samba-93db9489fd778bd96e6434f4bd70e90b47c01b06.tar.bz2 samba-93db9489fd778bd96e6434f4bd70e90b47c01b06.zip |
s3-libds: use already existing ../libds/common/flag_mapping.h header.
Guenther
Diffstat (limited to 'source3/passdb')
-rw-r--r-- | source3/passdb/pdb_ads.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/passdb/pdb_ads.c b/source3/passdb/pdb_ads.c index 4d47a3fc85..ba2193b263 100644 --- a/source3/passdb/pdb_ads.c +++ b/source3/passdb/pdb_ads.c @@ -25,6 +25,7 @@ #include "../librpc/gen_ndr/samr.h" #include "../libcli/ldap/ldap_ndr.h" #include "../libcli/security/security.h" +#include "../libds/common/flag_mapping.h" struct pdb_ads_state { struct sockaddr_un socket_address; |