From e59a8a563b684c04ca4d7dbdb13d5a9008ed2c3f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 1 Nov 2010 18:46:02 +1100 Subject: s4-ldb: fixed build of paged searches Autobuild-User: Andrew Tridgell Autobuild-Date: Mon Nov 1 09:41:27 UTC 2010 on sn-devel-104 --- source4/lib/ldb/modules/paged_searches.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib') diff --git a/source4/lib/ldb/modules/paged_searches.c b/source4/lib/ldb/modules/paged_searches.c index becab83bcf..3d86b8d3ca 100644 --- a/source4/lib/ldb/modules/paged_searches.c +++ b/source4/lib/ldb/modules/paged_searches.c @@ -33,7 +33,7 @@ * Author: Simo Sorce */ -#include "includes.h" +#include "ldb_includes.h" #include "ldb_module.h" #define PS_DEFAULT_PAGE_SIZE 500 -- cgit