diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-05-02 22:05:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:51:57 -0500 |
commit | f239b809b44fb776cb55ae470cdff2521b485489 (patch) | |
tree | 598b4fb9d9b30875fb54e40098838fc31585b1fe /source4/lib/ldb/include/includes.h | |
parent | 0bc6c5a7b159bdd4678a378819b9346523729033 (diff) | |
download | samba-f239b809b44fb776cb55ae470cdff2521b485489.tar.gz samba-f239b809b44fb776cb55ae470cdff2521b485489.tar.bz2 samba-f239b809b44fb776cb55ae470cdff2521b485489.zip |
r22642: Allow standalone build to work without tdb or talloc checked out, but
provided by the system.
(This used to be commit bdde74055121ac538f6006750c94b514e962619d)
Diffstat (limited to 'source4/lib/ldb/include/includes.h')
-rw-r--r-- | source4/lib/ldb/include/includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/include/includes.h b/source4/lib/ldb/include/includes.h index 85f99280da..e2bcca2b04 100644 --- a/source4/lib/ldb/include/includes.h +++ b/source4/lib/ldb/include/includes.h @@ -20,7 +20,7 @@ #include "system/filesys.h" #include "system/network.h" #include "system/time.h" -#include "talloc/talloc.h" +#include "talloc.h" #include "ldb.h" #include "ldb_errors.h" #include "ldb_private.h" |