dsdb: Use short path for ldb_handlers.h, in case ldb is installed in the
authorJelmer Vernooij <jelmer@samba.org>
Thu, 23 Sep 2010 00:17:42 +0000 (17:17 -0700)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 23 Sep 2010 00:48:24 +0000 (17:48 -0700)
system.

source4/dsdb/samdb/ldb_modules/simple_ldap_map.c

index 4ba1b76fb81123ffb64973c5e13e63f029bac295..70185173f935cbb7c6929e2f6326fb862375b6d5 100644 (file)
@@ -33,7 +33,7 @@
 #include "librpc/gen_ndr/ndr_misc.h"
 #include "librpc/ndr/libndr.h"
 #include "dsdb/samdb/samdb.h"
-#include "../../../lib/ldb/include/ldb_handlers.h"
+#include <ldb_handlers.h>
 
 struct entryuuid_private {
        struct ldb_context *ldb;