From 580a2fe72bbeaa8de2cf8c25af7928636c347466 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 2 Feb 2004 10:13:54 +0000 Subject: [PATCH] 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 --- lib/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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