Fix the build, after the ad2oLschema changes.
authorAndrew Bartlett <abartlet@samba.org>
Fri, 15 Aug 2008 11:20:05 +0000 (21:20 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 15 Aug 2008 11:20:05 +0000 (21:20 +1000)
(This used to be commit 7361821b21ef78c564c41466783048606a0b6e98)

source4/utils/oLschema2ldif.c

index b501b75529e4079591b14b114f6f2ede1f62a532..d045b084b5896d6ba4c587f9461c137bdad336b7 100644 (file)
  *  Author: Simo Sorce
  */
 
  *  Author: Simo Sorce
  */
 
+#include "includes.h"
 #include "ldb_includes.h"
 #include "tools/cmdline.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
 
 #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:
                {
 
                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;
                                find_syntax_map_by_standard_oid(token->value);
                        if (!map) {
                                break;