]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ldap: fix strcase use
authorDaniel Stenberg <daniel@haxx.se>
Mon, 31 Oct 2016 08:30:36 +0000 (09:30 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 31 Oct 2016 08:30:36 +0000 (09:30 +0100)
follow-up to 811a693b80

lib/ldap.c

index 871bbcda2859442a0b57475c3c58a405cc94b5b3..6a8cdf8e728056298a96571a79ebccc64f42b5a6 100644 (file)
@@ -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"