mirror of
https://github.com/curl/curl.git
synced 2026-07-24 10:57:16 +03:00
when including ca-bundle.h, don't look in the current dir first, simply use
the search path since we want the build-version rather than the one in the source dir
This commit is contained in:
parent
7f0ec86769
commit
580a2fe72b
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@
|
|||
#include "ldap.h"
|
||||
#include "url.h"
|
||||
#include "connect.h"
|
||||
#include "ca-bundle.h"
|
||||
#include <ca-bundle.h>
|
||||
|
||||
#include <curl/types.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue