Commit 532491a2 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

ldap: fix strcase use

follow-up to 811a693b
parent ad16f897
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"