From: Daniel Stenberg Date: Mon, 2 Feb 2004 10:13:54 +0000 (+0000) Subject: when including ca-bundle.h, don't look in the current dir first, simply use X-Git-Tag: cares-1_1_0~395 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=580a2fe72bbeaa8de2cf8c25af7928636c347466;p=curl 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 --- diff --git a/lib/url.c b/lib/url.c index fc7eb962d..9d0b9e97d 100644 --- a/lib/url.c +++ b/lib/url.c @@ -116,7 +116,7 @@ #include "ldap.h" #include "url.h" #include "connect.h" -#include "ca-bundle.h" +#include #include