aboutsummaryrefslogtreecommitdiff
path: root/lib/ldap.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-10-31 09:30:36 +0100
committerng0 <ng0@infotropique.org>2017-08-22 15:10:23 +0000
commit9fe911206d7e76c0bbfca57677026b4686c06100 (patch)
treec0453643ca87508f041c05146b095ead298223b1 /lib/ldap.c
parent5146f5f9ac884c0c6fb0c36475cb9b3c04ac8cad (diff)
downloadgnurl-9fe911206d7e76c0bbfca57677026b4686c06100.tar.gz
gnurl-9fe911206d7e76c0bbfca57677026b4686c06100.tar.bz2
gnurl-9fe911206d7e76c0bbfca57677026b4686c06100.zip
ldap: fix strcase use
follow-up to 811a693b80
Diffstat (limited to 'lib/ldap.c')
-rw-r--r--lib/ldap.c2
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"