Commit 580a2fe7 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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
parent 7f0ec867
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>