diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-05-21 14:28:50 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-05-21 14:28:50 +1000 |
commit | 5cc4b9d13e5b27d2004a1c16de335cbac570b92e (patch) | |
tree | 3d96b22844e044e13178f719b28c6eb5fefca193 /source4/dsdb/samdb | |
parent | 52a3c96a89e63a1998e10670f7836fd1efc8af0e (diff) | |
download | samba-5cc4b9d13e5b27d2004a1c16de335cbac570b92e.tar.gz samba-5cc4b9d13e5b27d2004a1c16de335cbac570b92e.tar.bz2 samba-5cc4b9d13e5b27d2004a1c16de335cbac570b92e.zip |
Include flags.h into samdb.h
These flags are too useful just to hide away...
Andrew Bartlett
(This used to be commit 1e897b6148407e9921edd2c3db734930d79ccb42)
Diffstat (limited to 'source4/dsdb/samdb')
-rw-r--r-- | source4/dsdb/samdb/samdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/samdb.h b/source4/dsdb/samdb/samdb.h index 9e02ef76c6..8370857aba 100644 --- a/source4/dsdb/samdb/samdb.h +++ b/source4/dsdb/samdb/samdb.h @@ -37,6 +37,7 @@ struct event_context; #include "dsdb/schema/schema.h" #include "dsdb/samdb/samdb_proto.h" #include "dsdb/common/proto.h" +#include "dsdb/common/flags.h" #define DSDB_CONTROL_CURRENT_PARTITION_OID "1.3.6.1.4.1.7165.4.3.2" struct dsdb_control_current_partition { |