From 7ece43b15e11ccff6181266d53c88c14271167c2 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 14 Apr 2011 11:43:31 +0200 Subject: s3-build: make sure we pick up system tdb and talloc via #include. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Thu Apr 14 12:56:28 CEST 2011 on sn-devel-104 --- source3/lib/tdb_validate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib') diff --git a/source3/lib/tdb_validate.h b/source3/lib/tdb_validate.h index 9eda79d7db..3e7c20d04c 100644 --- a/source3/lib/tdb_validate.h +++ b/source3/lib/tdb_validate.h @@ -23,7 +23,7 @@ #define __TDB_VALIDATE_H__ #include "lib/replace/replace.h" -#include "tdb.h" +#include /** * Flag field for keeping track of the status of a validation. -- cgit