Fix the mess with ldb includes.
[kai/samba-autobuild/.git] / source4 / lib / ldb / common / qsort.c
index 0fa76d3b474bb7c8980b2f38dbfc782e0f846ca9..1a0b886b8c201c6426b8864508cde7e9fb549136 100644 (file)
@@ -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)                                                     \