From 9363f1a37f803ac92cbe88e407035c58e441b986 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 31 Oct 2016 12:51:45 +0100 Subject: strcasecompare: replaced remaining rawstr.h with strcase.h This is a followup to commit 811a693b --- lib/vtls/polarssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/vtls/polarssl.c') diff --git a/lib/vtls/polarssl.c b/lib/vtls/polarssl.c index 49483926e..18b564e02 100644 --- a/lib/vtls/polarssl.c +++ b/lib/vtls/polarssl.c @@ -54,7 +54,7 @@ #include "parsedate.h" #include "connect.h" /* for the connect timeout */ #include "select.h" -#include "rawstr.h" +#include "strcase.h" #include "polarssl_threadlock.h" #include "curl_printf.h" #include "curl_memory.h" -- cgit v1.2.3