mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
#include <signal.h> for pthread_kill()
This commit is contained in:
parent
4f687c1002
commit
ac914f96a0
1 changed files with 1 additions and 0 deletions
|
|
@ -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 <signal.h> /* For pthread_kill() */
|
||||
|
||||
#if HAVE_PTHREADS < 6
|
||||
# define LDAP_INT_THREAD_ATTR_DEFAULT pthread_attr_default
|
||||
|
|
|
|||
Loading…
Reference in a new issue