From: Hallvard Furuseth Date: Thu, 10 Jan 2008 16:24:07 +0000 (+0000) Subject: #include for pthread_kill() X-Git-Tag: OPENLDAP_REL_ENG_2_4_9~20^2~226 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ac914f96a080bfec8d6cfd0751edbf9c77b8188e;p=openldap #include for pthread_kill() --- diff --git a/libraries/libldap_r/thr_posix.c b/libraries/libldap_r/thr_posix.c index a7eb90222f..64ac984c17 100644 --- a/libraries/libldap_r/thr_posix.c +++ b/libraries/libldap_r/thr_posix.c @@ -31,6 +31,7 @@ #define LDAP_THREAD_IMPLEMENTATION #define LDAP_THREAD_RDWR_IMPLEMENTATION #include "ldap_thr_debug.h" /* May rename the symbols defined below */ +#include /* For pthread_kill() */ #if HAVE_PTHREADS < 6 # define LDAP_INT_THREAD_ATTR_DEFAULT pthread_attr_default