summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/qsort.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb/common/qsort.c')
-rw-r--r--source4/lib/ldb/common/qsort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/common/qsort.c b/source4/lib/ldb/common/qsort.c
index 0fa76d3b47..1a0b886b8c 100644
--- a/source4/lib/ldb/common/qsort.c
+++ b/source4/lib/ldb/common/qsort.c
@@ -23,7 +23,7 @@
* Simo Sorce <idra@samba.org> 2005
*/
-#include "ldb_includes.h"
+#include "ldb_private.h"
/* Byte-wise swap two items of size SIZE. */
#define SWAP(a, b, size) \