mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-18 04:44:17 -05:00
stack.c did not compile, needed ldap_log.h for its debugging statements.
This commit is contained in:
parent
71ad63f926
commit
de808662ac
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
#include "lber.h"
|
||||
#include "ldap.h"
|
||||
#include "ldap_log.h"
|
||||
|
||||
#include <lwp/lwp.h>
|
||||
#include <lwp/stackdep.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue