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:
Marcel Raad 2024-06-25 15:07:12 +02:00
parent 10cc302090
commit 4a512bd3f2
No known key found for this signature in database
GPG Key ID: 33C416EFAE4D6F02

View File

@ -28,6 +28,8 @@
#ifdef _WIN32
#include <curl/curl.h>
extern LARGE_INTEGER Curl_freq;
extern bool Curl_isVistaOrGreater;
extern bool Curl_isWindows8OrGreater;