diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-05-05 19:54:21 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:52:01 -0500 |
commit | 9b03417172fe2782986fcdc690605dd2363aac4a (patch) | |
tree | 26e629ffb540c2453689d15b9667c48bff158a2f /source4/lib/ldb/tools | |
parent | 9644ced73139843aaa97f26114f5388e4b34b112 (diff) | |
download | samba-9b03417172fe2782986fcdc690605dd2363aac4a.tar.gz |
r22684: Fix native Samba build.
(This used to be commit 582e743e68a1dbfafe06e7e283ff998140149ae7)
Diffstat (limited to 'source4/lib/ldb/tools')
-rw-r--r-- | source4/lib/ldb/tools/ad2oLschema.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/lib/ldb/tools/ad2oLschema.c b/source4/lib/ldb/tools/ad2oLschema.c index 2287882e23..d04260103d 100644 --- a/source4/lib/ldb/tools/ad2oLschema.c +++ b/source4/lib/ldb/tools/ad2oLschema.c @@ -33,10 +33,10 @@ */ #include "includes.h" -#include "ldb/include/includes.h" +#include "ldb_includes.h" #include "system/locale.h" -#include "ldb/tools/cmdline.h" -#include "ldb/tools/convert.h" +#include "tools/cmdline.h" +#include "tools/convert.h" struct schema_conv { int count; |