Skip to content
Snippets Groups Projects
Commit e5fb2efe authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

include <signal.h> for pthread_kill()

parent 82b54d36
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment