diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-10-31 09:30:36 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-10-31 09:30:36 +0100 |
commit | 532491a27cf97678934741809043040431674b86 (patch) | |
tree | d98bad2e3021d4441e00c8591e0bd59250c205e9 /lib/ldap.c | |
parent | ad16f89791917a977df42dacf5a94863fc919212 (diff) |
ldap: fix strcase use
follow-up to 811a693b80
Diffstat (limited to 'lib/ldap.c')
-rw-r--r-- | lib/ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldap.c b/lib/ldap.c index 871bbcda2..6a8cdf8e7 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" |