aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-02 10:13:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-02 10:13:54 +0000
commit580a2fe72bbeaa8de2cf8c25af7928636c347466 (patch)
tree8e1c7d6f4f5110e72ed9cee989934228c805a83e /lib
parent7f0ec867694c0474b755caae04fa18c7c619dbfb (diff)
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
Diffstat (limited to 'lib')
-rw-r--r--lib/url.c2
1 files changed, 1 insertions, 1 deletions
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 <ca-bundle.h>
#include <curl/types.h>