1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

ldb: use #include <ldb.h> for ldb

thi ensures we are using the header corresponding to the version of
ldb we're linking against. Otherwise we could use the system ldb for
link and the in-tree one for include

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andrew Tridgell
2011-02-10 14:12:51 +11:00
parent e26b1a6968
commit 8dc92c8f71
81 changed files with 124 additions and 124 deletions

View File

@ -25,7 +25,7 @@
#if _SAMBA_BUILD_ == 3
#include "lib/ldb_compat.h"
#else
#include "lib/ldb/include/ldb.h"
#include <ldb.h>
#endif
enum ldap_request_tag {