1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

ldap: fix strcase use

follow-up to 811a693b80
This commit is contained in:
Daniel Stenberg 2016-10-31 09:30:36 +01:00
parent ad16f89791
commit 532491a27c

View 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"