From 838c208ab1531814579191472d7427c89b231296 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 19 Aug 2004 07:51:51 +0000 Subject: r1901: add missing include of metze (This used to be commit 5e5681e2830bfd487d7e783249fe069b41be1f37) --- source4/lib/ldb/ldb_tdb/ldb_match.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/ldb/ldb_tdb') diff --git a/source4/lib/ldb/ldb_tdb/ldb_match.c b/source4/lib/ldb/ldb_tdb/ldb_match.c index 963048915a..cae5886547 100644 --- a/source4/lib/ldb/ldb_tdb/ldb_match.c +++ b/source4/lib/ldb/ldb_tdb/ldb_match.c @@ -33,6 +33,7 @@ */ #include "includes.h" +#include #include "ldb/ldb_tdb/ldb_tdb.h" #include "ldb/include/ldb_parse.h" -- cgit