From bd649ac1c58b77d1689bcbe0504431c51298a3fd Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Fri, 8 Mar 2013 14:02:01 +0100 Subject: polarssl.c: fix header filename typo --- lib/polarssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/polarssl.c') diff --git a/lib/polarssl.c b/lib/polarssl.c index d2a86f91b..808f54c24 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 -- cgit v1.2.3