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:
Daniel Stenberg 2004-02-02 10:13:54 +00:00
Родитель 7f0ec86769
Коммит 580a2fe72b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -116,7 +116,7 @@
#include "ldap.h" #include "ldap.h"
#include "url.h" #include "url.h"
#include "connect.h" #include "connect.h"
#include "ca-bundle.h" #include <ca-bundle.h>
#include <curl/types.h> #include <curl/types.h>