]> granicus.if.org Git - curl/commitdiff
when including ca-bundle.h, don't look in the current dir first, simply use
authorDaniel Stenberg <daniel@haxx.se>
Mon, 2 Feb 2004 10:13:54 +0000 (10:13 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 2 Feb 2004 10:13:54 +0000 (10:13 +0000)
the search path since we want the build-version rather than the one in the
source dir

lib/url.c

index fc7eb962de33ad344d1a4b0ee8ac8ecced72f361..9d0b9e97d76290b3e0ff62aeab8a6b72040a778e 100644 (file)
--- a/lib/url.c
+++ b/lib/url.c
 #include "ldap.h"
 #include "url.h"
 #include "connect.h"
-#include "ca-bundle.h"
+#include <ca-bundle.h>
 
 #include <curl/types.h>