Skip to content
Snippets Groups Projects
Commit bacc5815 authored by Howard Chu's avatar Howard Chu
Browse files

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.
parent a90a38ec
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment