From e5fb2efebc86bcbf4d9ea8b67cba2c037c17b406 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount <quanah@openldap.org> Date: Mon, 11 Feb 2008 23:57:29 +0000 Subject: [PATCH] include <signal.h> for pthread_kill() --- libraries/libldap_r/thr_posix.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/libldap_r/thr_posix.c b/libraries/libldap_r/thr_posix.c index 34914b626f..38d62dd27d 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 <signal.h> /* For pthread_kill() */ #if HAVE_PTHREADS < 6 # define LDAP_INT_THREAD_ATTR_DEFAULT pthread_attr_default -- GitLab