]> git.sur5r.net Git - openldap/commitdiff
#include <signal.h> for pthread_kill()
authorHallvard Furuseth <hallvard@openldap.org>
Thu, 10 Jan 2008 16:24:07 +0000 (16:24 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Thu, 10 Jan 2008 16:24:07 +0000 (16:24 +0000)
libraries/libldap_r/thr_posix.c

index a7eb90222fe4bd252041188685e86ab19e0cd331..64ac984c176bf58b74b13dcb8c7e1d84b3779ba9 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