diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-04-09 08:06:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:51:10 -0500 |
commit | 42889e5e1e276c8957cc666991364c6f0b6bdc79 (patch) | |
tree | 0441dc1741dbbb56997dc80f8ea6b7fb9f59ba95 /source4/include | |
parent | 72daedbeb7aff1731468ed773c34d52cddbbe039 (diff) | |
download | samba-42889e5e1e276c8957cc666991364c6f0b6bdc79.tar.gz samba-42889e5e1e276c8957cc666991364c6f0b6bdc79.tar.bz2 samba-42889e5e1e276c8957cc666991364c6f0b6bdc79.zip |
r134: - added ldb to the build of smbd
- fixed build of the ldb registry backend
(This used to be commit 0b66590330603efaa816fd2348c05a994a1580ef)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/includes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h index 3ea7d9549f..be0f7baaf4 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -679,6 +679,7 @@ extern int errno; /* Lists, trees, caching, database... */ #include "xfile.h" #include "dlinklist.h" +#include "lib/ldb/include/ldb.h" #include "lib/tdb/tdb.h" #include "lib/tdb/spinlock.h" #include "lib/tdb/tdbutil.h" |