#include <arpa/inet.h>
#include <sys/signal.h>
#include <iksemel.h>
+#include <pthread.h>
+#if HAVE_GNUTLS
#include <gcrypt.h>
-#include <pthread.h>
GCRY_THREAD_OPTION_PTHREAD_IMPL;
+#endif /* HAVE_GNUTLS */
#include "asterisk/lock.h"
#include "asterisk/channel.h"
/*! \brief Load module into PBX, register channel */
static int load_module(void)
{
+#if HAVE_GNUTLS
gcry_control (GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread);
+#endif /* HAVE_GNUTLS */
ASTOBJ_CONTAINER_INIT(>alk_list);
if (!gtalk_load_config()) {