summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-11-01 18:46:02 +1100
committerAndrew Tridgell <tridge@samba.org>2010-11-01 09:41:27 +0000
commite59a8a563b684c04ca4d7dbdb13d5a9008ed2c3f (patch)
treef73bc9cb6e11df6cf927c67f11bd73aa31eb230f /source4
parent952ce1521c319e7427c12fa82f22ca5cb15018f6 (diff)
downloadsamba-e59a8a563b684c04ca4d7dbdb13d5a9008ed2c3f.tar.gz
samba-e59a8a563b684c04ca4d7dbdb13d5a9008ed2c3f.tar.bz2
samba-e59a8a563b684c04ca4d7dbdb13d5a9008ed2c3f.zip
s4-ldb: fixed build of paged searches
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Nov 1 09:41:27 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/ldb/modules/paged_searches.c2
1 files changed, 1 insertions, 1 deletions
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