From: Daniel Stenberg Date: Mon, 31 Oct 2016 08:30:36 +0000 (+0100) Subject: ldap: fix strcase use X-Git-Tag: curl-7_51_0~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=532491a27cf97678934741809043040431674b86;p=thirdparty%2Fcurl.git ldap: fix strcase use follow-up to 811a693b80 --- diff --git a/lib/ldap.c b/lib/ldap.c index 871bbcda28..6a8cdf8e72 100644 --- a/lib/ldap.c +++ b/lib/ldap.c @@ -69,7 +69,7 @@ #include "escape.h" #include "progress.h" #include "transfer.h" -#include "strequal.h" +#include "strcase.h" #include "strtok.h" #include "curl_ldap.h" #include "curl_multibyte.h"