From: Gisle Vanem Date: Fri, 8 Mar 2013 13:02:01 +0000 (+0100) Subject: polarssl.c: fix header filename typo X-Git-Tag: curl-7_30_0~167 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd649ac1c58b77d1689bcbe0504431c51298a3fd;p=thirdparty%2Fcurl.git polarssl.c: fix header filename typo --- diff --git a/lib/polarssl.c b/lib/polarssl.c index d2a86f91b8..808f54c243 100644 --- a/lib/polarssl.c +++ b/lib/polarssl.c @@ -66,7 +66,7 @@ #include "connect.h" /* for the connect timeout */ #include "select.h" #include "rawstr.h" -#include "polarsslthreadlock.h" +#include "polarssl_threadlock.h" #define _MPRINTF_REPLACE /* use our functions only */ #include