cmake: include curl/curl.h as system header in integration tests

Follow-up to fb70812437 #16126

Closes #20651
This commit is contained in:
Viktor Szakats 2026-02-20 16:18:49 +01:00
parent dd82205bb2
commit 1eb79cf54b
No known key found for this signature in database

View file

@ -21,7 +21,7 @@
* SPDX-License-Identifier: curl
*
***************************************************************************/
#include "curl/curl.h"
#include <curl/curl.h>
#include <stdio.h>
int main(int argc, const char **argv)