mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
Include certain include files for curl on Windows
This commit is contained in:
parent
259d2dbb95
commit
0d029fdc8d
@ -15,11 +15,10 @@
|
||||
|
||||
#if defined(HAVE_CURL_EASY_H)
|
||||
|
||||
# include <curl/curl.h>
|
||||
# include <curl/easy.h>
|
||||
|
||||
# include "common/curl.h"
|
||||
|
||||
# include <curl/easy.h>
|
||||
|
||||
static size_t
|
||||
curl_write_data_cb(void *buffer,
|
||||
size_t size,
|
||||
|
@ -18,6 +18,9 @@
|
||||
|
||||
# if defined(HAVE_CURL_EASY_H)
|
||||
|
||||
# if defined(SYS_WINDOWS)
|
||||
# include <ws2tcpip.h>
|
||||
# endif // defined(SYS_WINDOWS)
|
||||
# include <curl/curl.h>
|
||||
# include <string>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user