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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user