diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-11-01 18:46:02 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-11-01 09:41:27 +0000 |
commit | e59a8a563b684c04ca4d7dbdb13d5a9008ed2c3f (patch) | |
tree | f73bc9cb6e11df6cf927c67f11bd73aa31eb230f | |
parent | 952ce1521c319e7427c12fa82f22ca5cb15018f6 (diff) | |
download | samba-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
-rw-r--r-- | source4/lib/ldb/modules/paged_searches.c | 2 |
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 |