diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-07 21:02:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:34 -0500 |
commit | 49e6945ca838737423939272e532221323b22128 (patch) | |
tree | 9f3c0f408c354706bd5f771018d63c668b78eb6d /source4/lib/ldb/common/ldb_modules.c | |
parent | 7ffc1b48a4ac5d8e2bfba5b5f5f6f4bea33f3964 (diff) | |
download | samba-49e6945ca838737423939272e532221323b22128.tar.gz samba-49e6945ca838737423939272e532221323b22128.tar.bz2 samba-49e6945ca838737423939272e532221323b22128.zip |
r13990: Fix issues with function renaming.
(This used to be commit 988ea27e22e3c0f4daf118151f90db5bb243bffc)
Diffstat (limited to 'source4/lib/ldb/common/ldb_modules.c')
-rw-r--r-- | source4/lib/ldb/common/ldb_modules.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/ldb/common/ldb_modules.c b/source4/lib/ldb/common/ldb_modules.c index 59cf42165b..2fde859aeb 100644 --- a/source4/lib/ldb/common/ldb_modules.c +++ b/source4/lib/ldb/common/ldb_modules.c @@ -36,6 +36,10 @@ #include "includes.h" #include "ldb/include/includes.h" +#ifdef _SAMBA_BUILD_ +#include "build.h" +#endif + #define LDB_MODULE_PREFIX "modules:" #define LDB_MODULE_PREFIX_LEN 8 |