mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
include ac/ headers
This commit is contained in:
parent
9e6a9876b2
commit
a9cde92376
@ -13,11 +13,11 @@
|
|||||||
#include <portable.h>
|
#include <portable.h>
|
||||||
#include <slapi_common.h>
|
#include <slapi_common.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <ac/string.h>
|
||||||
#include <stdarg.h>
|
#include <ac/stdarg.h>
|
||||||
#include <unistd.h>
|
#include <ac/unistd.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <errno.h>
|
#include <ac/errno.h>
|
||||||
|
|
||||||
#include <ldap.h>
|
#include <ldap.h>
|
||||||
#include <ldap_config.h>
|
#include <ldap_config.h>
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
|
|
||||||
#include <slap.h>
|
#include <slap.h>
|
||||||
#include <slapi.h>
|
#include <slapi.h>
|
||||||
#include <stdarg.h>
|
#include <ac/stdarg.h>
|
||||||
#include <ctype.h>
|
#include <ac/ctype.h>
|
||||||
#include <unistd.h>
|
#include <ac/unistd.h>
|
||||||
#include <ldap_pvt.h>
|
#include <ldap_pvt.h>
|
||||||
|
|
||||||
struct berval *ns_get_supported_extop( int );
|
struct berval *ns_get_supported_extop( int );
|
||||||
|
Loading…
Reference in New Issue
Block a user