summaryrefslogtreecommitdiff
path: root/source4/utils/oLschema2ldif.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-08-15 21:20:05 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-08-15 21:20:05 +1000
commit76bcaa10ac7464933b632e8b04715a87d6ecc50b (patch)
treecf48a3387ea97275b8c3dde651f565aa12bfe786 /source4/utils/oLschema2ldif.c
parent489525a6390e50bd0442295ac45164f43a7576c8 (diff)
downloadsamba-76bcaa10ac7464933b632e8b04715a87d6ecc50b.tar.gz
samba-76bcaa10ac7464933b632e8b04715a87d6ecc50b.tar.bz2
samba-76bcaa10ac7464933b632e8b04715a87d6ecc50b.zip
Fix the build, after the ad2oLschema changes.
(This used to be commit 7361821b21ef78c564c41466783048606a0b6e98)
Diffstat (limited to 'source4/utils/oLschema2ldif.c')
-rw-r--r--source4/utils/oLschema2ldif.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/utils/oLschema2ldif.c b/source4/utils/oLschema2ldif.c
index b501b75529..d045b084b5 100644
--- a/source4/utils/oLschema2ldif.c
+++ b/source4/utils/oLschema2ldif.c
@@ -31,9 +31,10 @@
* Author: Simo Sorce
*/
+#include "includes.h"
#include "ldb_includes.h"
#include "tools/cmdline.h"
-#include "utils/schema_convert.h"
+#include "dsdb/samdb/samdb.h"
#define SCHEMA_UNKNOWN 0
#define SCHEMA_NAME 1
@@ -432,7 +433,7 @@ static struct ldb_message *process_entry(TALLOC_CTX *mem_ctx, const char *entry)
case SCHEMA_SYNTAX:
{
- const struct syntax_map *map =
+ const struct dsdb_syntax_map *map =
find_syntax_map_by_standard_oid(token->value);
if (!map) {
break;