lib/fetch/common.c: dup pthread.h inclusion.

This commit is contained in:
Juan RP 2016-04-23 07:04:25 +02:00
parent e2e8eea490
commit b810c25601

View File

@ -934,8 +934,6 @@ fetch_ssl_cb_verify_crt(int verified, X509_STORE_CTX *ctx)
return (verified);
}
#include <pthread.h>
static pthread_once_t ssl_init_once = PTHREAD_ONCE_INIT;
static void