system_win32: add missing curl.h include
It's required for `CURLcode`. Closes https://github.com/curl/curl/pull/14019
This commit is contained in:
parent
10cc302090
commit
4a512bd3f2
@ -28,6 +28,8 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
#include <curl/curl.h>
|
||||
|
||||
extern LARGE_INTEGER Curl_freq;
|
||||
extern bool Curl_isVistaOrGreater;
|
||||
extern bool Curl_isWindows8OrGreater;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user