lib and tests: add missing curl.h includes

Closes https://github.com/curl/curl/pull/9453
This commit is contained in:
Marcel Raad 2022-09-07 12:19:29 +02:00
parent 4a7c10c6cc
commit d7dceb57d1
No known key found for this signature in database
GPG key ID: 33C416EFAE4D6F02
9 changed files with 14 additions and 0 deletions

View file

@ -26,6 +26,8 @@
#include "curl_setup.h"
#ifndef HAVE_SOCKETPAIR
#include <curl/curl.h>
int Curl_socketpair(int domain, int type, int protocol,
curl_socket_t socks[2]);
#else