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/include/util_tdb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/include/util_tdb.h') diff --git a/source3/include/util_tdb.h b/source3/include/util_tdb.h index 9666fc979a..3bdb6977d8 100644 --- a/source3/include/util_tdb.h +++ b/source3/include/util_tdb.h @@ -20,9 +20,9 @@ #ifndef __TDBUTIL_H__ #define __TDBUTIL_H__ -#include "tdb.h" +#include -#include "talloc.h" /* for tdb_wrap_open() */ +#include /* for tdb_wrap_open() */ #include "../libcli/util/ntstatus.h" /* for map_nt_error_from_tdb() */ #include "../../lib/util/util_tdb.h" -- cgit