]> git.sur5r.net Git - openldap/commitdiff
stack.c did not compile, needed ldap_log.h for its debugging statements.
authorHallvard Furuseth <hallvard@openldap.org>
Fri, 20 Nov 1998 11:44:19 +0000 (11:44 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Fri, 20 Nov 1998 11:44:19 +0000 (11:44 +0000)
libraries/liblthread/stack.c

index c90eead743dc88fc3460476bcc0fa86bebf64057..0e7a2498876c29928d2ad4e285cd92d4e5fe130f 100644 (file)
@@ -11,6 +11,7 @@
 
 #include "lber.h"
 #include "ldap.h"
+#include "ldap_log.h"
 
 #include <lwp/lwp.h>
 #include <lwp/stackdep.h>