1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-26 04:23:49 +03:00

r7292: Fix up the build system support for derrell's sqlite3 ldb backend.

It is on by default, so I've also fixed a build issue in it.  I'll
show how to make it off be default in the next commit.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett
2005-06-05 04:18:57 +00:00
committed by Gerald (Jerry) Carter
parent a8d3493b6f
commit 5a1ef88810
3 changed files with 21 additions and 5 deletions

View File

@@ -35,6 +35,7 @@
#include <stdarg.h>
#include "includes.h"
#include "system/filesys.h"
#include "ldb/include/ldb.h"
#include "ldb/include/ldb_private.h"
#include "ldb/ldb_sqlite3/ldb_sqlite3.h"