mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-21 06:14:40 -05:00
Removed explicit include of <ac/param.h> because it must be included
after <stdlib.h>, but <stdlib.h> is included in slap.h. Moved <ac/param.h> include into slap.h.
This commit is contained in:
parent
a90a38ec2d
commit
bacc581531
5 changed files with 1 additions and 9 deletions
|
|
@ -19,8 +19,6 @@
|
|||
#include <ac/string.h>
|
||||
#include <ac/time.h>
|
||||
|
||||
#include <ac/param.h>
|
||||
|
||||
#include "ldap_pvt.h"
|
||||
#include "slap.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -13,13 +13,8 @@
|
|||
#include <ac/socket.h>
|
||||
#include <ac/string.h>
|
||||
#include <ac/time.h>
|
||||
|
||||
#include <sys/stat.h>
|
||||
|
||||
#ifdef HAVE_SYS_PARAM_H
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
|
||||
#include "slap.h"
|
||||
#include "back-ldbm.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <ac/param.h>
|
||||
#include <ac/string.h>
|
||||
#include <ac/socket.h>
|
||||
#include <ac/time.h>
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
#include <ac/regex.h>
|
||||
#include <ac/socket.h>
|
||||
#include <ac/time.h>
|
||||
#include <ac/param.h>
|
||||
|
||||
#ifdef HAVE_CYRUS_SASL
|
||||
#include <sasl.h>
|
||||
|
|
|
|||
|
|
@ -182,7 +182,6 @@ ldap_result
|
|||
ldap_search
|
||||
ldap_srvtab
|
||||
ldap_syslog
|
||||
ldap_syslog_level
|
||||
ldap_unbind
|
||||
ldbm_back_abandon
|
||||
ldbm_back_add
|
||||
|
|
|
|||
Loading…
Reference in a new issue