summaryrefslogtreecommitdiff
path: root/source3/passdb
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-06-30 23:38:57 +0200
committerGünther Deschner <gd@samba.org>2010-07-01 23:20:40 +0200
commitdff7be8ccb9538cfe8468884aa2eecd129c631cb (patch)
tree5394ea1ffb34086c168bfe901c1b8ff53e376c18 /source3/passdb
parent6d810eff81f6a0abb371b2661cb0711e46e1bf1d (diff)
downloadsamba-dff7be8ccb9538cfe8468884aa2eecd129c631cb.tar.gz
samba-dff7be8ccb9538cfe8468884aa2eecd129c631cb.tar.bz2
samba-dff7be8ccb9538cfe8468884aa2eecd129c631cb.zip
s3-libads: only include libds flags where needed.
Guenther
Diffstat (limited to 'source3/passdb')
-rw-r--r--source3/passdb/pdb_ads.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/passdb/pdb_ads.c b/source3/passdb/pdb_ads.c
index 096063b0a0..1c420f8584 100644
--- a/source3/passdb/pdb_ads.c
+++ b/source3/passdb/pdb_ads.c
@@ -20,6 +20,7 @@
#include "includes.h"
#include "tldap.h"
#include "tldap_util.h"
+#include "../libds/common/flags.h"
struct pdb_ads_state {
struct sockaddr_un socket_address;