diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-05-05 18:50:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:52:00 -0500 |
commit | 52fb06edc25e8538c413df1aaabba18c859a00cf (patch) | |
tree | 20c409c9930232a023ad73672da38f50e29f61c1 /source4/lib/ldb/common/ldb_modules.c | |
parent | be7eb080fe0a2c44187e693681d3478a3dc0c0ee (diff) | |
download | samba-52fb06edc25e8538c413df1aaabba18c859a00cf.tar.gz samba-52fb06edc25e8538c413df1aaabba18c859a00cf.tar.bz2 samba-52fb06edc25e8538c413df1aaabba18c859a00cf.zip |
r22681: Fix standalone ldb build when parent directory name != ldb.
(This used to be commit 1093875d59f1ea9b8bd82277d4f9d8366e584952)
Diffstat (limited to 'source4/lib/ldb/common/ldb_modules.c')
-rw-r--r-- | source4/lib/ldb/common/ldb_modules.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/ldb/common/ldb_modules.c b/source4/lib/ldb/common/ldb_modules.c index e10332a0e1..dc49d8d12b 100644 --- a/source4/lib/ldb/common/ldb_modules.c +++ b/source4/lib/ldb/common/ldb_modules.c @@ -33,10 +33,10 @@ * Author: Simo Sorce */ -#include "includes.h" -#include "ldb/include/includes.h" +#include "ldb_includes.h" #if (_SAMBA_BUILD_ >= 4) +#include "includes.h" #include "build.h" #include "dynconfig.h" #endif |