]> git.sur5r.net Git - openldap/commitdiff
include <signal.h> for pthread_kill()
authorQuanah Gibson-Mount <quanah@openldap.org>
Mon, 11 Feb 2008 23:57:29 +0000 (23:57 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 11 Feb 2008 23:57:29 +0000 (23:57 +0000)
libraries/libldap_r/thr_posix.c

index 34914b626f959e7454821ecd111e991b8f4f7383..38d62dd27d325d23318e7172e3d67b5e2b0e5ecc 100644 (file)
@@ -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