From: Andrew Bartlett Date: Fri, 15 Aug 2008 11:20:05 +0000 (+1000) Subject: Fix the build, after the ad2oLschema changes. X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=7361821b21ef78c564c41466783048606a0b6e98;p=samba.git Fix the build, after the ad2oLschema changes. --- diff --git a/source/utils/oLschema2ldif.c b/source/utils/oLschema2ldif.c index b501b75529e..d045b084b58 100644 --- a/source/utils/oLschema2ldif.c +++ b/source/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;