mirror of
https://github.com/curl/curl.git
synced 2026-04-14 18:21:40 +03:00
cmake: include curl/curl.h as system header in integration tests
Follow-up to fb70812437 #16126
Closes #20651
This commit is contained in:
parent
dd82205bb2
commit
1eb79cf54b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue